Equals(object)

public override bool Equals(object obj)

Siehe auch


Equals(ILineFormat)

Bestimmt, ob die beiden LineFormat-Instanzen gleich sind.

public bool Equals(ILineFormat lineFormat)
ParameterTypBeschreibung
lineFormatILineFormatDas LineFormat, das mit dem aktuellen LineFormat verglichen werden soll.

Rückgabewert

true, wenn das angegebene LineFormat gleich dem aktuellen LineFormat ist; andernfalls false.

Siehe auch