Click or drag to resize
StructuredLocationEquals Method (StructuredLocation)
Indicates whether the current object is equal to another object of the same type.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public bool Equals(
	StructuredLocation other
)

Parameters

other
Type: CMS.ContinuousIntegration.InternalStructuredLocation
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also