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

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

Determines whether the specified Object is equal to the current ConnectionId.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current ConnectionId.

Return Value

Type: Boolean
true if the specified ConnectionId is equal to the current ConnectionId; otherwise, false.
Exceptions

ExceptionCondition
NullReferenceException The obj parameter is null.
See Also

Reference