IdnMapping.Equals(Object) Method

Definition

Indicates whether a specified object and the current IdnMapping object are equal.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (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 to the current object.

Returns

true if the object specified by the obj parameter is derived from IdnMapping and its AllowUnassigned and UseStd3AsciiRules properties are equal; otherwise, false.

Applies to