Summary
Indicates whether the current object is equal to another object of the same type.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- DelegateOrConvention
Syntax
public bool Equals(DelegateOrConvention other)
Parameters
Name | Type | Description |
---|---|---|
other | DelegateOrConvention | An object to compare with this object. |
Return Value
Type | Description |
---|---|
bool | true if the current object is equal to the other parameter; otherwise, false. |