Click or drag to resize

FrameEquals(IFrame) Method

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

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

Parameters

other  IFrame
The IFrame to compare with the current Frame.

Return Value

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

Implements

IEquatableTEquals(T)
See Also