Method Equals
Equals(object)
Returns true if the WaterSpectrumParameters is equal to a given WaterSpectrumParameters, false otherwise.
Declaration
public override bool Equals(object o)
Parameters
| Type | Name | Description |
|---|---|---|
| object | o | Right hand side argument to compare equality with. |
Returns
| Type | Description |
|---|---|
| bool | The result of the equality comparison. |