Click or drag to resize

RelaxISPluginCompareTo Method

Compares the plugin to another based on the SortIndex property

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public int CompareTo(
	RelaxISPlugin other
)

Parameters

other  RelaxISPlugin
The other tool to compare with

Return Value

Int32
A IComparable-compatible result

Implements

IComparableTCompareTo(T)
See Also