DurationEquals Method (Duration) |
Determines whether a specified Windows.UI.Xaml.Duration is equal to this
Windows.UI.Xaml.Duration.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Equals(
Duration duration
)
Parameters
- duration
- Type: Windows.UI.XamlDuration
The Windows.UI.Xaml.Duration to check for equality.
Return Value
Type:
Booleantrue if duration is equal to this Windows.UI.Xaml.Duration; otherwise, false.
See Also