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

Determine whether or not the given step is capable of being placed in one-to-one correspondence with this step. Steps are defined to be matching if both steps have equivalent name, index lookup records and owned lists of sub-steps.

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

Syntax

C#
public bool IsMatching(
	IStep step
)

Parameters

step
Type: Tangosol.Util..::.IStep
The IStep to be checked.

Return Value

True iff the given step matches with this step.

See Also