Duration::Equals Method (Object^)

 

Determines whether a specified object is equal to an instance of Duration.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual bool Equals(
	Object^ value
) override

Parameters

value
Type: System::Object^

Object to check for equality.

Return Value

Type: System::Boolean

true if value is equal to the current instance of Duration; otherwise, false.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: