Click or drag to resize

SystemTimeInequality Operator

Inequality operator for two SystemTime objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool operator !=(
	SystemTime st1,
	SystemTime st2
)

Parameters

st1
Type: NetQuarrySystemTime
The first SystemTime to compare.
st2
Type: NetQuarrySystemTime
The second SystemTime to compare.

Return Value

Type: Boolean
True if the two items are not equal, else false.
See Also