StructuredLocationEquals Method (StructuredLocation) |
Indicates whether the current object is equal to another object of the same type.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax 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