Click or drag to resize
DurationEquality Operator
Determines whether two Windows.UI.Xaml.Duration cases are 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 both Windows.UI.Xaml.Duration values have equal property values, or if all Windows.UI.Xaml.Duration values are null. Otherwise, this method returns false.
See Also