Equals()

SortVersion::Equals(SharedPtr<SortVersion>) method

Checks if current SortVersion instance is equal to a specified SortVersion object.

bool System::Globalization::SortVersion::Equals(SharedPtr<SortVersion> other) override

Arguments

ParameterTypeDescription
otherSharedPtr<SortVersion>The object to compare.

Return Value

true if objects represents the same version, otherwise - false.

SortVersion::Equals(SharedPtr<Object>) method

Checks if current SortVersion instance is equal to a specified SortVersion object.

bool System::Globalization::SortVersion::Equals(SharedPtr<Object> other) override

Arguments

ParameterTypeDescription
otherSharedPtr<Object>The object to compare.

Return Value

true if objects represents the same version, otherwise - false.

See Also