OverlayPluginInfoCompareTo Method (Object)

CVB.Net Documentation
IComparable implementation

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
object to compare to

Return Value

Type: Int32
valuemeaning
Less than zeroif the name of this overlay plugin precedes that of the overlay plugin referred to by obj
0if the name of this overlay plugin is identical to that of the overlay plugin referred to by obj
-1if the name of this overlay plugin follows that of the overlay plugin referred to by obj or if obj is null.
Exceptions

ExceptionCondition
InvalidCastExceptionif obj does not refer to an object derived from OverlayPluginInfo.
See Also

Reference