contains
contains(MathPortion item) method
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | MathPortion | The object to locate in the IGenericCollection. |
Returns
boolean
contains(Portion item) method
Determines whether the IGenericCollection contains a specific value.
Parameters
Name | Type | Description |
---|---|---|
item | Portion | The object to locate in the IGenericCollection. |
Returns
boolean