Equals()

IdnMapping::Equals(SharedPtr<Object>) method

Compares two IdnMapping objects.

bool System::Globalization::IdnMapping::Equals(SharedPtr<Object> value) override

Arguments

ParameterTypeDescription
valueSharedPtr<Object>The object to compare to the current object.

Return Value

true if two objects are equal, otherwise - false.

See Also