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