Method Equals
Equals(SHCoefficients)
Equals implementation.
Declaration
public bool Equals(SHCoefficients other)
Parameters
Type | Name | Description |
---|---|---|
SHCoefficients | other | Other SHCoefficients instance to comapre this against. |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |
Implements
Equals(object)
Equals implementation.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | Other object to compare this object against |
Returns
Type | Description |
---|---|
bool | True if contents are equal, False otherwise. |