Click or drag to resize

TimeTagBaseInequality(TimeTagBase, DateTime) Operator

Returns true if value1 is not equal to value2.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntax
public static bool operator !=(
	TimeTagBase value1,
	DateTime value2
)
View Source

Parameters

value1  TimeTagBase
Value 1 in the comparison.
value2  DateTime
Value 2 in the comparison.

Return Value

Boolean
true if value1 is not equal to value2; otherwise false.
See Also