ExpressionEditorAttribute.Equals(Object) Method

Definition

Indicates whether this instance of the ExpressionEditorAttribute class and a specified object are equal.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

An instance of the ExpressionEditorAttribute class or a class that derives from it.

Returns

true if value is not null and EditorTypeName is equal; otherwise, false.

Applies to