UsTimeSpanInequality Operator

CVB.Net Documentation
Inequality operator.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool operator !=(
	UsTimeSpan lhs,
	UsTimeSpan rhs
)

Parameters

lhs
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Left hand side operand.
rhs
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Right hand side operand.

Return Value

Type: Boolean
true if lhs and rhs are not equal.
See Also

Reference