System::Globalization::IdnMapping::Equals method

IdnMapping::Equals method

Compares two IdnMapping objects.

bool System::Globalization::IdnMapping::Equals(SharedPtr<Object> value) override
ParameterTypeDescription
valueSharedPtr<Object>The object to compare to the current object.

ReturnValue

true if two objects are equal, otherwise - false.

See Also