コード例 #1
0
ファイル: Property.cs プロジェクト: zxycode007/rtsdemo
 public bool equals(ByteProperty other)
 {
     return(this.GetValue() == other.GetValue());
 }