Click or drag to resize

ServerAddress Operators

The ServerAddress type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified ServerAddress objects have the same value.
Public operatorStatic memberGreaterThan
Determines whether one specified ServerAddress is greater than another specified ServerAddress
Public operatorStatic memberGreaterThanOrEqual
Determines whether one specified ServerAddress is greater than or equal to another specified ServerAddress
Public operatorStatic memberInequality
Determines whether two specified ServerAddress objects have different values.
Public operatorStatic memberLessThan
Determines whether one specified ServerAddress is less than another specified ServerAddress
Public operatorStatic memberLessThanOrEqual
Determines whether one specified ServerAddress is less than or equal to another specified ServerAddress
Top
See Also