Methods
equals(x, y) → {Boolean}
    Checks equality using the identity-operator (===).
    Parameters:
| Name | Type | Description | 
|---|---|---|
| x | T | |
| y | T | 
- Source:
Returns:
    True, iff the two items are identical.
- Type
- Boolean