Id struct Id : IEquatable<Id> Identifier struct. Documentation Code public static Id Null { get; } public bool IsNull { get; } public static bool op_Equality(Id left, Id right) public static int op_Implicit(Id value) public static Id op_Implicit(int value) public static bool op_Inequality(Id left, Id right) public bool Equals(Id other)