Method Equals
Equals(VolumeParameter<T>)
Checks if this parameter is equal to another.
Declaration
public bool Equals(VolumeParameter<T> other)
Parameters
| Type | Name | Description |
|---|---|---|
| VolumeParameter<T> | other | The other parameter to check against. |
Returns
| Type | Description |
|---|---|
| bool |
|
Implements
Equals(object)
Determines whether two object instances are equal.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool |
|