RelaxISPluginCompareTo Method |
Compares the plugin to another based on the
SortIndex property
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int CompareTo(
RelaxISPlugin other
)
Public Function CompareTo (
other As RelaxISPlugin
) As Integer
Dim instance As RelaxISPlugin
Dim other As RelaxISPlugin
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
Parameters
- other RelaxISPlugin
- The other tool to compare with
Return Value
Int32A IComparable-compatible result
Implements
IComparableTCompareTo(T)See Also