SimpleQueryRecordPartialResultStepIsMatching Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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