SubLib Subtitle Library

SubtitleTypeInfo.CompareTo Method 

Compares this instance with a specified object, based on the object names. See CompareTo for more information.

public int CompareTo(
   object obj
);

Parameters

obj
The object to compare this class to.

Return Value

Value Condition
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, or obj is a null reference.

Implements

IComparable.CompareTo

See Also

SubtitleTypeInfo Class | SubLib Namespace