Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IdnMapping::Equals Method (Object^)

 

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

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare to the current object.

Return Value

Type: System::Boolean

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

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft