Compares the SignalReferenceMeasurement with the specified Object.
Declaration Syntax
Parameters
- obj (Object)
- The Object to compare with the current SignalReferenceMeasurement.
Return Value
A 32-bit signed integer that indicates the relative order of the objects being compared.
Remarks
Measurement implementations should compare by hash code.
Exceptions
Exception | Condition |
---|---|
ArgumentException | obj is not an IMeasurement. |