Click or drag to resize

TicksEquals(DateTime) Method

Returns a value indicating whether this instance is equal to a specified DateTime value.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntax
public bool Equals(
	DateTime obj
)
View Source

Parameters

obj  DateTime
A DateTime value to compare to this instance.

Return Value

Boolean
True if obj has the same value as this instance; otherwise, False.

Implements

IEquatableTEquals(T)
See Also