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