Equals()

SortKey::Equals(SharedPtr<Object>) method

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

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

Arguments

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

Return Value

true if objects are equals, otherwise - false.

See Also