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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.