ObjectSelectorEditor::EqualsToValue Method (Object^)

 

Determines whether the specified Object is equal to the current Object.

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

public:
bool EqualsToValue(
	Object^ value
)

Parameters

value
Type: System::Object^

The Object to compare with the current Object.

Return Value

Type: System::Boolean

true if the specified Object is equal to the current Object; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: