OverlayPluginInfoCompareTo Method (OverlayPluginInfo)

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(
	OverlayPluginInfo other
)

Parameters

other
Type: Stemmer.Cvb.Forms.OverlaysOverlayPluginInfo
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 other
0if the name of this overlay plugin is identical to that of the overlay plugin referred to by other
-1if the name of this overlay plugin follows that of the overlay plugin referred to by other.

Implements

IComparableTCompareTo(T)
See Also

Reference