PointAnnotation.Equals

Equals(PointAnnotation)

Compares point annotation using IEquatable Equals method

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

See Also


Equals(object)

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