Contents

==(_:_:)

Returns a Boolean value that indicates whether two points are equal.

Declaration

static func == (lhs: Vector3DFloat, rhs: Vector3DFloat) -> Bool

Parameters

  • lhs:

    The first point to compare.

  • rhs:

    The second point to compare.