System::Globalization::SortVersion::Equals method

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
ParameterTypeDescription
otherSharedPtr<SortVersion>The object to compare.

ReturnValue

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

See Also

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
ParameterTypeDescription
otherSharedPtr<Object>The object to compare.

ReturnValue

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

See Also