![]() | Open |
public abstract class OpenXmlComparableSimpleReference<T> : OpenXmlSimpleType, IComparable, IComparable<OpenXmlComparableSimpleReference<T>>, IEquatable<OpenXmlComparableSimpleReference<T>> where T : class, Object, IComparable, IComparable<T>, IEquatable<T>
The OpenXmlComparableSimpleReferenceT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the underneath text value is a valid value.
(Inherited from OpenXmlSimpleType) |
![]() | InnerText |
Gets or sets the inner XML text.
(Inherited from OpenXmlSimpleType) |
![]() | Value | Gets or sets the value of this instance. |
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of the current value.
(Inherited from OpenXmlSimpleType) |
![]() | CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
![]() | CompareTo(OpenXmlComparableSimpleReferenceT) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) |
![]() | Equals(OpenXmlComparableSimpleReferenceT) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current value.
(Inherited from OpenXmlSimpleType) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the specified operands are equal. |
![]() ![]() | GreaterThan(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the left operand is greater than the right operand. |
![]() ![]() | GreaterThanOrEqual(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the left operand is greater than or equal to the right operand. |
![]() ![]() | Inequality(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the specified operands are not equal. |
![]() ![]() | LessThan(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the left operand is less than the right operand. |
![]() ![]() | LessThanOrEqual(OpenXmlComparableSimpleReferenceT, OpenXmlComparableSimpleReferenceT) | Determines whether the left operand is less than or equal to the right operand. |