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