Click or drag to resize
DurationInequality Operator
Determines if two Windows.UI.Xaml.Duration cases are not equal.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator !=(
	Duration t1,
	Duration t2
)

Parameters

t1
Type: Windows.UI.XamlDuration
The first Windows.UI.Xaml.Duration to compare.
t2
Type: Windows.UI.XamlDuration
The second Windows.UI.Xaml.Duration to compare.

Return Value

Type: Boolean
true if exactly one of t1 or t2 represent a value, or if they both represent values that are not equal; otherwise, false.
See Also