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