| RepositoryLocationsCollectionEquals Method (Object) | 
            Determines whether the specified 
Object is equal to the current 
Object.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also