StrikeoutAnnotation.Equals

Equals(StrikeoutAnnotation)

Compares strikeout annotation using IEquatable Equals method

public bool Equals(StrikeoutAnnotation other)
Parameter Type Description
other StrikeoutAnnotation The StrikeoutAnnotation object to compare with the current object

See Also


Equals(object)

Compares strikeout annotation using standard object Equals method

public override bool Equals(object obj)
Parameter Type Description
obj Object The object to compare with the current object

See Also