Beispiel #1
0
 public void copy_stamp_from(CompHoloCryptoStamped other)
 {
     name = other.name;
     key  = other.key;
 }
Beispiel #2
0
 public bool matches(CompHoloCryptoStamped other)
 {
     return(String.Equals(key, other.key));
 }