Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine whether or not the given result is capable of being placed in one-to-one correspondence with this result. Results are matching if their owned lists of steps have the same size, and all pairs of steps in the two lists are matching.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public bool IsMatching(
	IPartialResult result
)

Parameters

result
Type: Tangosol.Util..::.IPartialResult
The result to be checked.

Return Value

True iff the given result matches with this result.

See Also