Properties.Equality Operator
Definition
Returns true if two collections are equal, false otherwise.
public static bool operator Equality(Properties? x, Properties? y);
Parameters
| Name | Type | Description |
|---|---|---|
x |
Properties |
The first collection. |
y |
Properties |
The second collection. |
Returns
true if the collections are equal, false otherwise.