Click or drag to resize

ServerAddress Operators

The ServerAddress type exposes the following members.

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