SimpleQueryRecordPartialResultStepIsMatching Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntaxpublic bool IsMatching(
IStep step
)
Parameters
- step
- Type: Tangosol.UtilIStep
The IStep to be checked.
Return Value
Type:
Boolean
True iff the given step matches with this step.
See Also