ReplacementAnnotation.Equals

Equals(ReplacementAnnotation)

Compares replacement annotation using IEquatable Equals method

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

See Also


Equals(object)

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