![]() | Open |
public abstract class OpenXmlComparableSimpleValue<T> : OpenXmlSimpleValue<T>, IComparable, IComparable<T>, IEquatable<T>, IComparable<OpenXmlComparableSimpleValue<T>>, IEquatable<OpenXmlComparableSimpleValue<T>> where T : struct, new(), IComparable, IComparable<T>, IEquatable<T>
The OpenXmlComparableSimpleValueT type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasValue |
Gets a value indicating whether the underneath text value is a valid value.
(Inherited from OpenXmlSimpleValueT) |
![]() | InnerText |
Gets or sets the inner XML text.
(Inherited from OpenXmlSimpleValueT) |
![]() | Value |
Gets or sets the value of the simple value.
(Inherited from OpenXmlSimpleValueT) |
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(T) | 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(OpenXmlComparableSimpleValueT) | 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 OpenXmlSimpleValueTEquals(Object)) |
![]() | Equals(T) | Indicates whether the current object is equal to another object of the same type. |
![]() | Equals(OpenXmlComparableSimpleValueT) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides OpenXmlSimpleValueTGetHashCode) |
![]() | 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(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the specified operands are equal. |
![]() ![]() | GreaterThan(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the left operand is greater than the right operand. |
![]() ![]() | GreaterThanOrEqual(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the left operand is greater than or equal to the right operand. |
![]() ![]() | Inequality(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the specified operands are not equal. |
![]() ![]() | LessThan(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the left operand is less than the right operand. |
![]() ![]() | LessThanOrEqual(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) | Determines whether the left operand is less than or equal to the right operand. |