legate.core.Type.__eq__#

Type.__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