Example #1
0
 public bool Equals(ByteValue other)
 {
     return(mData == other.mData);
 }
Example #2
0
 public ByteValue(int apiVersion, EventHandler handler, ByteValue basis) : base(apiVersion, handler, basis)
 {
 }