UnderlineAnnotation.Equals

Equals(UnderlineAnnotation)

Compares underline annotation using IEquatable Equals method

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

See Also


Equals(object)

Compares underline 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