Click or drag to resize

TimeTagBaseEquals(DateTime) Method

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

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

Parameters

other  DateTime
The DateTime to compare with the current TimeTagBase.

Return Value

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

Implements

IEquatableTEquals(T)
See Also