Click or drag to resize
RepositoryLocationsCollectionEquals Method (RepositoryLocationsCollection)
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(
	RepositoryLocationsCollection other
)

Parameters

other
Type: CMS.ContinuousIntegration.InternalRepositoryLocationsCollection
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