Edit

Share via


LocalizedNameDescriptionPair.Equals(Object) Method

Definition

Indicates whether the Name and Description properties of a given object match those of this LocalizedNameDescriptionPair.

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 object to compare the Name and Description properties of.

Returns

true if the Name and Description properties of the given object match those of this instance; otherwise, false.

Applies to