Equals

ILineFormatEffectiveData.Equals method

Determines whether the two ILineFormatEffectiveData instances are equal.

public bool Equals(ILineFormatEffectiveData lf)
ParameterTypeDescription
lfILineFormatEffectiveDataThe ILineFormatEffectiveData to compare with the current ILineFormatEffectiveData.

Return Value

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

See Also