'DeclarationPublic Overloads Function Equals( _ ByVal other As NumericRange _ ) As Boolean
'UsageDim instance As NumericRange Dim other As NumericRange Dim value As Boolean value = instance.Equals(other)
public bool Equals( NumericRange other )
public: bool Equals( NumericRange other )
Parameters
- other
 - The NumericRange to test against this