Equals

Equals(object)

public override bool Equals(object obj)

See Also


Equals(ILineFormat)

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