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