Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The left-hand-side value.

  • rhs:

    The right-hand-side value.

See Also

Comparing values