Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual int CompareTo(
	Object obj
)

Parameters

obj
Type: System..::.Object
The Object to be compared

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Filter.ArrayFilter.WeightedFilter.CompareTo(System.Object)"]

Implements

IComparable..::.CompareTo(Object)

Exceptions

ExceptionCondition
System.ArgumentException: obj is not the same type as this instance.

See Also