DistanceAnnotation.Equals

Equals(DistanceAnnotation)

Compares distance annotation using IEquatable Equals method

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

See Also


Equals(object)

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