System::Globalization::SortVersion class
Contents
[
Hide
]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
Method | Description |
---|---|
Equals(SharedPtr<SortVersion>) override | Checks if current SortVersion instance is equal to a specified SortVersion object. |
Equals(SharedPtr<Object>) override | Checks 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 override | Gets 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
- Class IEquatable
- Namespace System::Globalization
- Library Aspose.PUB for C++