LocalScopeHandle.Equality(LocalScopeHandle, LocalScopeHandle) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool operator ==(System::Reflection::Metadata::LocalScopeHandle left, System::Reflection::Metadata::LocalScopeHandle right);
public static bool operator == (System.Reflection.Metadata.LocalScopeHandle left, System.Reflection.Metadata.LocalScopeHandle right);
static member ( = ) : System.Reflection.Metadata.LocalScopeHandle * System.Reflection.Metadata.LocalScopeHandle -> bool
Public Shared Operator == (left As LocalScopeHandle, right As LocalScopeHandle) As Boolean
Parameters
- left
- LocalScopeHandle
- right
- LocalScopeHandle
Returns
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.