コード例 #1
0
 public bool Equals(ObjectInfoId other)
 {
     return(string.Equals(Value, other.Value));
 }
コード例 #2
0
ファイル: ObjectInfoId.cs プロジェクト: Bataj/XbimExpress
 public bool Equals(ObjectInfoId other)
 {
     return string.Equals(Value, other.Value);
 }