public bool equals(NSType type) { if (type != null) { return equals(type.getValue()); } return (this.type == null) || ("unknown".Equals(this.type)); }
public bool equals(NSType type) { if (type != null) { return(equals(type.getValue())); } return((this.type == null) || ("unknown".Equals(this.type))); }