SessionIdEquals Method (SessionId) 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 this instance is equal to the specified SessionId.

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

public bool Equals(
	SessionId value
)

Parameters

value
Type: ContentStudio.SecuritySessionId
The SessionId to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also

Reference