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

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

Returns a value indicating whether the value of this instance is equal to the specified Int32.

Namespace: ContentStudio.Security
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 with.

Return Value

Type: Boolean
true if the value parameter equals the value of this instance; otherwise, false.
See Also

Reference