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