legate.core.FixedArrayType.__eq__#

FixedArrayType.__eq__(self, other) bool#

Compate this type against another.

Parameters:

other (Any) – The other to compare against.

Returns:

True if this type equals other, False otherwise.

Return type:

bool