Ejemplo n.º 1
0
 public bool equals(ByteProperty other)
 {
     return(this.GetValue() == other.GetValue());
 }