コード例 #1
0
ファイル: ByteValue.cs プロジェクト: Nofasar/s3pi-wrappers
 public bool Equals(ByteValue other)
 {
     return(mData == other.mData);
 }
コード例 #2
0
ファイル: ByteValue.cs プロジェクト: Nofasar/s3pi-wrappers
 public ByteValue(int apiVersion, EventHandler handler, ByteValue basis) : base(apiVersion, handler, basis)
 {
 }