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