Click or drag to resize

TimeOfDayInequality Operator

Implements the operator !=.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public static bool operator !=(
	TimeOfDay c1,
	TimeOfDay c2
)
Request Example View Source

Parameters

c1
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay.
c2
Type: Koopman.CheckPoint.CommonTimeOfDay
The TimeOfDay.

Return Value

Type: Boolean
The result of the operator.
See Also