Operator operator ==
operator ==(SHCoefficients, SHCoefficients)
Equality operator implementation.
Declaration
public static bool operator ==(SHCoefficients left, SHCoefficients right)
Parameters
Type | Name | Description |
---|---|---|
SHCoefficients | left | Left operand of comparison |
SHCoefficients | right | Right operand of comparison |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |