| NumericTypeT, TTypeEquals Method (TType) |
Compare two NumericType
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected bool Equals(
TType other
)
Protected Function Equals (
other As TType
) As Boolean
protected:
bool Equals(
TType other
)
member Equals :
other : 'TType -> bool
Parameters
- other
- Type: TType
The other NumericType to compare to.
Return Value
Type:
Booleantrue if
this and
other have the same
Chunks;
false
otherwise
See Also