Equals

ILineFormat.Equals method

Determines whether the two LineFormat instances are equal.

public bool Equals(ILineFormat lineFormat)
ParameterTypeDescription
lineFormatILineFormatThe LineFormat to compare with the current LineFormat.

Return Value

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

See Also