GuoidObjectEquals Method (GuoidObject) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Determines whether the specified GuoidObject is equal to the current GuoidObject.

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

public bool Equals(
	GuoidObject other
)

Parameters

other
Type: ContentStudio.DocumentGuoidObject
The guoid object to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also

Reference