Inheritance: IAnnotation
Example #1
0
 public bool Equals(AnnotationBase other)
 {
     return(other != null &&
            Name.Equals(other.Name));
 }
Example #2
0
 public bool Equals(AnnotationBase other) => other != null && Name.Equals(other.Name);