예제 #1
0
파일: Composite.cs 프로젝트: rodpl/Orchard2
 protected bool Equals(Composite other)
 {
     return Equals(_props, other._props);
 }
예제 #2
0
 protected bool Equals(Composite other)
 {
     return(Equals(_props, other._props));
 }