==(_:_:)
Returns a Boolean value that indicates whether two points are equal.
Declaration
static func == (lhs: Point3DFloat, rhs: Point3DFloat) -> BoolParameters
- lhs:
The first point to compare.
- rhs:
The second point to compare.
Returns a Boolean value that indicates whether two points are equal.
static func == (lhs: Point3DFloat, rhs: Point3DFloat) -> BoolThe first point to compare.
The second point to compare.