'Declaration Protected Overridable Function CompareTo( _ ByVal other As CalcIdentity _ ) As System.Boolean
'Usage Dim instance As CalcIdentity Dim other As CalcIdentity Dim value As System.Boolean value = instance.CompareTo(other)
protected virtual System.bool CompareTo( CalcIdentity other )
Parameters
- other
- The CalcCellIdentity to compare with the current CalcCellIdentity.
Return Value
true if the specified CalcCellIdentity is equal to the current CalcCellIdentity; otherwise, false.