py3dframe.Frame.__eq__#

Frame.__eq__(other: Frame) bool[source]#

Return the equality of the Frame object.

Two Frame objects are equal if their global coordinates are equal.

Parameters:

other (Frame) – The other Frame object to compare.

Returns:

True if the Frame objects are equal, False otherwise.

Return type:

bool