Base64Binary OperatorsBase64Binary OperatorsBase64Binary Operators

The Base64BinaryBase64BinaryBase64Binary type exposes the following members.

Operators

 OperatorDescription
Public operatorstaticEqualityEqualityEquality Returns a value indicating whether two instances of Base64BinaryBase64BinaryBase64Binary are equal.
Public operatorstaticGreaterThanGreaterThanGreaterThan Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticGreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than or equal to another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticInequalityInequalityInequality Returns a value indicating whether two instances of Base64BinaryBase64BinaryBase64Binary are not equal.
Public operatorstaticLessThanLessThanLessThan Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticLessThanOrEqualLessThanOrEqualLessThanOrEqual Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than or equal to another specified Base64BinaryBase64BinaryBase64Binary.

Top