Method Equals
Equals(ConfigurationDescriptor)
Compares for equality.
Declaration
public bool Equals(ConfigurationDescriptor other)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationDescriptor | other | The other ConfigurationDescriptor to compare against. |
Returns
Type | Description |
---|---|
bool |
|
Implements
Equals(object)
Compares for equality.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The |
Returns
Type | Description |
---|---|
bool |
|