DurationEquals Method (Duration, Duration) |
Determines whether two Windows.UI.Xaml.Duration values are equal.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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:
Booleantrue if t1 is equal to t2; otherwise, false.
See Also