Click or drag to resize

TimeTagBaseEquals(TimeTagBase) Method

Determines whether the specified TimeTagBase is equal to the current TimeTagBase.

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

Parameters

other  TimeTagBase
The TimeTagBase to compare with the current TimeTagBase.

Return Value

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

Implements

IEquatableTEquals(T)
See Also