Click or drag to resize

ChannelFrameBaseTEquals(IFrame) Method

Determines whether the specified IFrame is equal to the current ChannelFrameBaseT.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual bool Equals(
	IFrame other
)
View Source

Parameters

other  IFrame
The IFrame to compare with the current ChannelFrameBaseT.

Return Value

Boolean
true if the specified IFrame is equal to the current ChannelFrameBaseT; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks
This frame implementation compares itself by timestamp.
See Also