openPDC Synchrophasor Help
CompareTo Method (obj)
NamespacesTVA.PhasorProtocolsChannelValueMeasurement<(Of <(<'T>)>)>CompareTo(Object)
Compares the ChannelValueMeasurement<(Of <(<'T>)>)> with the specified Object.
Declaration Syntax
C#Visual BasicVisual C++
public int CompareTo(
	Object obj
)
Public Function CompareTo ( _
	obj As Object _
) As Integer
public:
virtual int CompareTo(
	Object^ obj
) sealed
Parameters
obj (Object)
The Object to compare with the current ChannelValueMeasurement<(Of <(<'T>)>)>.
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
ExceptionCondition
ArgumentExceptionobj is not an IMeasurement.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0