Beispiel #1
0
 // override object.Equals
 public bool Equals(OV_langstring other)
 {
     return lang == other.lang && value == other.value;
 }
Beispiel #2
0
 // override object.Equals
 public bool Equals(OV_langstring other)
 {
     return(lang == other.lang && value == other.value);
 }