Click or drag to resize
StructuredLocationEquals Method (Object)
Determines whether the specified Object is equal to the current Object.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
if the specified Object is equal to the current Object; otherwise, .
See Also