Endeca Presentation API
CompareTo Method (o)
NamespacesEndeca.NavigationPropertyCompareTo(Object)
Compares this object to o.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int CompareTo(
	Object o
)
Public Overridable Function CompareTo ( _
	o As Object _
) As Integer
public:
virtual int CompareTo (
	Object^ o
)
Parameters
o (Object)
An object for comparison.
Return Value
Negative int if this is less than o, 0 if they are equal, and a positive int if this is greater than o.
Remarks
Casts o as Property and returns a negative int if this is less than o, zero if they are the same, and a positive int if this is greater than o.
Exceptions
ExceptionCondition
InvalidCastExceptiono can't be cast as a Property.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0