IdentityReference public abstract class IdentityReference Documentation Code public abstract string Value { get; } public static bool op_Equality(IdentityReference left, IdentityReference right) public static bool op_Inequality(IdentityReference left, IdentityReference right) public abstract bool Equals(object o) public abstract int GetHashCode() public abstract bool IsValidTargetType(Type targetType) public abstract string ToString() public abstract IdentityReference Translate(Type targetType)