Name | Description | |
---|---|---|
![]() ![]() | Add | Concatenates two DB2String. |
![]() | CompareTo | Overloaded. Compares the current DB2String object to the specified object and returns an integer that represents their relative values. |
![]() ![]() | Concat | Concatenates two DB2String structures. |
![]() ![]() | Equals | Overloaded. Compares two DB2String structures to determine if they are equal. |
![]() | GetHashCode | Returns a hash code for the DB2String structure. |
![]() ![]() | GreaterThan | Determines whether the first of two DB2String values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two DB2String values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two DB2String values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two DB2String values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two DB2String values are not equal. |
![]() | ToString | Converts the current DB2String object to a System.String. |