GridLength::Equals Method (Object^)

 

Determines whether the specified object is equal to the current GridLength instance.

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

public:
virtual bool Equals(
	Object^ oCompare
) override

Parameters

oCompare
Type: System::Object^

The object to compare with the current instance.

Return Value

Type: System::Boolean

true if the specified object has the same value and GridUnitType as the current instance; otherwise, false.

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