<PackageReference Include="Relativity.Transfer.Client" Version="7.3.3" />

Node

public abstract class Node : INode, IEquatable<Node>
public virtual string AbsolutePath { get; }

public INodeContext Context { get; }

public string HashedAbsolutePath { get; }

public string HashedName { get; }

public string Name { get; }

public INode Parent { get; }

protected Node(string name, INode parentNode)

protected Node(string name, IRoot rootNode, INodeContext context)

public static bool op_Equality(Node left, Node right)

public static bool op_Inequality(Node left, Node right)

public bool Equals(Node other)