equals
fun equals(left: HeadingPitchRoll? = definedExternally, right: HeadingPitchRoll? = definedExternally): Boolean(source)
Compares the provided HeadingPitchRolls componentwise and returns true if they are equal, false otherwise.
Return
true if left and right are equal, false otherwise.
Parameters
left
The first HeadingPitchRoll.
right
The second HeadingPitchRoll.