[]
Indicates whether the current value is equal to another value of the same type.
public bool Equals(Point other)
Public Function Equals(other As Point) As Boolean
Type | Name | Description |
---|---|---|
Point | other | A value to compare with this value. |
Type | Description |
---|---|
bool |
|