equals method

equals

Determines whether the two ILineFormatEffectiveData instances are equal.

Returns

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

def equals(self, lf):
    ...
ParameterTypeDescription
lfILineFormatEffectiveDataThe ILineFormatEffectiveData to compare with the current ILineFormatEffectiveData.

See Also