コード例 #1
0
ファイル: OV_langstring.cs プロジェクト: Sergey303/RDF-Store
 // override object.Equals
 public bool Equals(OV_langstring other)
 {
     return lang == other.lang && value == other.value;
 }
コード例 #2
0
 // override object.Equals
 public bool Equals(OV_langstring other)
 {
     return(lang == other.lang && value == other.value);
 }