ModelProperty.Equals(Object) Method

Definition

Determines the equality for properties. Properties are equal if they have the same name and parent.

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

The property to compare with this property.

Returns

true if obj is a ModelProperty that equals this property; otherwise, false.

Applies to