System.Reflection.Metadata.LocalVariableHandle public struct LocalVariableHandle : IEquatable<LocalVariableHandle> Documentation Code public bool IsNil { get; } public static bool op_Equality(LocalVariableHandle left, LocalVariableHandle right) public static LocalVariableHandle op_Explicit(Handle handle) public static LocalVariableHandle op_Explicit(EntityHandle handle) public static Handle op_Implicit(LocalVariableHandle handle) public static EntityHandle op_Implicit(LocalVariableHandle handle) public static bool op_Inequality(LocalVariableHandle left, LocalVariableHandle right) public bool Equals(LocalVariableHandle other)