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

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

Parameters

value
Type: SystemObject
Object to check for equality.

Return Value

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