ReadOnlyAttribute::Equals Method (Object^)

 

Indicates whether this instance and a specified object are equal.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual bool Equals(
	Object^ value
) override

Parameters

value
Type: System::Object^

Another object to compare to.

Return Value

Type: System::Boolean

true if value is equal to this instance; otherwise, false.

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