3 public class Identifier
5 public Identifier () { }
7 public static bool operator == (Identifier id1
, Identifier id2
)
11 public static bool operator != (Identifier id1
, Identifier id2
)
16 public static implicit operator Identifier (string identifier
)
21 public static implicit operator String (Identifier id
)
26 public static implicit operator decimal (Identifier id
)