Ejemplo n.º 1
0
 public bool equals(NSType type)
 {
     if (type != null)
     {
         return equals(type.getValue());
     }
     return (this.type == null) || ("unknown".Equals(this.type));
 }
Ejemplo n.º 2
0
 public bool equals(NSType type)
 {
     if (type != null)
     {
         return(equals(type.getValue()));
     }
     return((this.type == null) || ("unknown".Equals(this.type)));
 }