System::Globalization::SortKey::Equals method

SortKey::Equals method

Checks if the specified object is equal to the current SortKey object.

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

ReturnValue

true if objects are equals, otherwise - false.

See Also