Esempio n. 1
0
 private bool StructuralCompare(NodeIdentifier other)
 => Identity.ArraysEqual(other.Identity);
Esempio n. 2
0
 public bool IsSet()
 => Identity != null && !Identity.ArraysEqual(Empty);
Esempio n. 3
0
 protected virtual bool StructuralCompare(IMessageIdentifier other)
 => Identity.ArraysEqual(other.Identity) &&
 Version == other.Version &&
 Partition.ArraysEqual(other.Partition);