Click or drag to resize

Ticks.Equals(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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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

IEquatable<T>.Equals(T)
See Also