HighlightAnnotation.Equals

Equals(HighlightAnnotation)

Compares highlight annotation using IEquatable Equals method

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

See Also


Equals(object)

Compares highlight annotations 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