legate.core.StructType.__eq__#

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