ConnectionId Operators and Type Conversions Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The ConnectionId type exposes the following members.

Operators

  Name Description
Public operator Static member Equality
Returns an indication whether the value of a ConnectionId is equal to a specified Int32.
Public operator Static member GreaterThan
Returns an indication whether the value of a ConnectionId is greater than a specified Int32.
Public operator Static member (Int16 to ConnectionId)
Performs an implicit conversion from Int16 to ConnectionId.
Public operator Static member (Int32 to ConnectionId)
Performs an implicit conversion from Int32 to ConnectionId.
Public operator Static member (ConnectionId to Int16)
Performs an implicit conversion from ConnectionId to Int16.
Public operator Static member (ConnectionId to Int32)
Performs an implicit conversion from ConnectionId to Int32.
Public operator Static member Inequality
Returns an indication whether the value of a ConnectionId is inequal to a specified Int32.
Public operator Static member LessThan
Returns an indication whether the value of a ConnectionId is less than a specified Int32.
Top
See Also

Reference