AreaAnnotation.Equals

Equals(AreaAnnotation)

Compares area annotation using IEquatable Equals method

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

See Also


Equals(object)

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