ArrayFilterWeightedFilterCompareTo Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Compares this WeightedFilter with the specified WeightedFilter
for order. Returns a negative integer, zero, or a positive
integer as this WeightedFilter's effectiveness is less than,
equal to, or greater than the effectiveness of the specified
WeightedFilter object.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic virtual int CompareTo(
Object obj
)
Parameters
- obj
- Type: SystemObject
The Object to be compared
Return Value
Type:
Int32
A 32-bit signed integer that indicates the relative order of
the objects being compared. The return value has these meanings:
Value Meaning Less than zero This instance is less than obj.
Zero This instance is equal to obj. Greater than zero This
instance is greater than obj.
Implements
IComparableCompareTo(Object)
ExceptionsException | Condition |
---|
|
System.ArgumentException: obj is not the same type as this
instance.
|
See Also