Click or drag to resize
DurationEquals Method (Duration)
Determines whether a specified Windows.UI.Xaml.Duration is equal to this Windows.UI.Xaml.Duration.

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

Parameters

duration
Type: Windows.UI.XamlDuration
The Windows.UI.Xaml.Duration to check for equality.

Return Value

Type: Boolean
true if duration is equal to this Windows.UI.Xaml.Duration; otherwise, false.
See Also