System::Globalization::SortVersion class

SortVersion class

Provides information about Unicode version used to compare and order strings. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class SortVersion : public System::IEquatable<SharedPtr<SortVersion>>

Methods

MethodDescription
Equals(SharedPtr<SortVersion>) overrideChecks if current SortVersion instance is equal to a specified SortVersion object.
Equals(SharedPtr<Object>) overrideChecks if current SortVersion instance is equal to a specified SortVersion object.
get_FullVersion()Gets full version number.
get_SortId()Gets unique identifier for this object.
GetHashCode() const overrideGets hash code for the current object.
operator!=(const SortVersion&)Checks if current SortVersion instance is not equal to a specified SortVersion object.
operator=(const SortVersion&)
operator==(const SortVersion&)Checks if current SortVersion instance is equal to a specified SortVersion object.
SortVersion(int, const Guid&)RTTI information.
SortVersion(const SortVersion&)

See Also