Click or drag to resize

FrameEquality Operator

Compares two Frame timestamps for equality.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static bool operator ==(
	Frame frame1,
	Frame frame2
)
View Source

Parameters

frame1  Frame
The Frame left hand operand.
frame2  Frame
The Frame right hand operand.

Return Value

Boolean
A Boolean representing the result of the operation.
See Also