Click or drag to resize

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
)

Parameters

other
Type: TType
The other NumericType to compare to.

Return Value

Type: Boolean
true if this and other have the same Chunks; false otherwise
See Also