Vector2::equals()
Compares this vector with another object.
Examples
Syntax
Java
.equals(obj)
Parameters
| Name | Data Type | Description |
|---|---|---|
| obj | Object | the object to compare with |
Return
boolean
Compares this vector with another object.
.equals(obj)
| Name | Data Type | Description |
|---|---|---|
| obj | Object | the object to compare with |
boolean