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