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