ConnectionIdEquals Method (Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Compares the value of this instance to a specific Int32.

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

public bool Equals(
	int value
)

Parameters

value
Type: SystemInt32
The value to compare.

Return Value

Type: Boolean
true if the specified Int32 is equal to the value of the ConnectionId; otherwise, false.
See Also

Reference