Click or drag to resize
DurationEquals Method (Duration, Duration)
Determines whether two Windows.UI.Xaml.Duration values are equal.

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

Parameters

t1
Type: Windows.UI.XamlDuration
First Windows.UI.Xaml.Duration to compare.
t2
Type: Windows.UI.XamlDuration
Second Windows.UI.Xaml.Duration to compare.

Return Value

Type: Boolean
true if t1 is equal to t2; otherwise, false.
See Also