Encapsulates a title and its “sort as” string.
public struct SortableTitle : IEquatable<SortableTitle>
name | description |
---|---|
SortableTitle(…) | Initializes a new instance of the SortableTitle class. (2 constructors) |
static readonly Empty | The empty title. |
SortAs { get; } | Gets the “sort as” string. |
Text { get; } | Gets the text of the title. |
override Equals(…) | Indicates whether this instance is equal to another object. |
Equals(…) | Indicates whether this instance is equal to another object of the same type. |
override GetHashCode() | Returns the hash code for this instance. |
override ToString() | Returns the text of the title of this instance. |
operator == | Compares two instances for equality. |
operator != | Compares two instances for inequality. |