Operator operator ==
operator ==(ValueList<T>, ValueList<T>)
Determines whether two ValueList<T> instances are equal.
Declaration
public static bool operator ==(ValueList<T> left, ValueList<T> right)
Parameters
| Type | Name | Description |
|---|---|---|
| ValueList<T> | left | |
| ValueList<T> | right |
Returns
| Type | Description |
|---|---|
| bool |