equals method

equals

Determines whether the two LineFormat instances are equal.

Returns

true if the specified LineFormat is equal to the current LineFormat; otherwise, false .

def equals(self, line_format):
    ...
ParameterTypeDescription
line_formatILineFormatThe LineFormat to compare with the current LineFormat.

See Also