GridList<T>.Equals
Equals(GridList<T>)
Equality compare
Declaration
public readonly bool Equals(GridList<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| GridList<T> | other | The other GridList<T> to compare |
Returns
| Type | Description |
|---|---|
| bool | true if |
Implements
System.IEquatable<T>.Equals(T)