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