Summary
            Determines whether the specified 
		object, is equal to this instance.
            - Assembly
- Rocket.Surgery .Conventions .Abstractions .dll 
- Namespace
- Rocket.Surgery .Conventions .Scanners 
- Containing Type
- DelegateOrConvention
Syntax
public override bool Equals(object obj)Parameters
| Name | Type | Description | 
|---|---|---|
| obj | object | The objectto compare with this instance. | 
Return Value
| Type | Description | 
|---|---|
| bool | trueif the specifiedobjectis equal to this instance; otherwise,false. | 
