Root public abstract class Root : IRoot, INode, IEquatable<Root> Documentation public string AbsolutePath { get; } public INodeContext Context { get; } public string HashedAbsolutePath { get; } public string HashedName { get; } public string Name { get; } public INode Parent { get; } protected Root(string name) public static bool op_Equality(Root left, Root right) public static bool op_Inequality(Root left, Root right) public bool Equals(Root other)