Equals Method
Equals(object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
Equals(Point2F)
Indicates whether this instance and a specified object are equal.
Declaration
public bool Equals(Point2F other)
Public Function Equals(other As Point2F) As Boolean
Parameters
| Type |
Name |
Description |
| Point2F |
other |
|
Returns
Implements