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)