AnnotationBase.Equals

Equals(AnnotationBase)

Compares Base Annotations using IEquatable Equals method

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

See Also


Equals(object)

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