Click or drag to resize

UUIDCompareTo Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Compares this object with the specified object for order.
From being compared to this Object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public int CompareTo(
	Object o
)

Parameters

o
Type: SystemObject
The Object to be compared.

Return Value

Type: Int32
A negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Exceptions
ExceptionCondition
InvalidCastException If the specified object's type prevents it.
Remarks
Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
See Also