ConnectionIdGreaterThan Operator Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns an indication whether the value of a ConnectionId is greater than a specified Int32.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static bool operator >(
	ConnectionId left,
	int right
)

Parameters

left
Type: ContentStudioConnectionId
The left.
right
Type: SystemInt32
The right.

Return Value

Type: Boolean
true, if left is greater than right; otherwise, false.
See Also

Reference