EllipseAnnotation.Equals

Equals(EllipseAnnotation)

Compares ellipse annotation using IEquatable Equals method

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

See Also


Equals(object)

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