Operator operator ==
operator ==(ConfigurationDescriptor, ConfigurationDescriptor)
Compares for equality.
Declaration
public static bool operator ==(ConfigurationDescriptor lhs, ConfigurationDescriptor rhs)
Parameters
Type | Name | Description |
---|---|---|
ConfigurationDescriptor | lhs | The left-hand side of the comparison. |
ConfigurationDescriptor | rhs | The right-hand side of the comparison. |
Returns
Type | Description |
---|---|
bool | The same as Equals(ConfigurationDescriptor). |