ImportScopeHandle.Equality(ImportScopeHandle, ImportScopeHandle) 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::ImportScopeHandle left, System::Reflection::Metadata::ImportScopeHandle right);
public static bool operator == (System.Reflection.Metadata.ImportScopeHandle left, System.Reflection.Metadata.ImportScopeHandle right);
static member ( = ) : System.Reflection.Metadata.ImportScopeHandle * System.Reflection.Metadata.ImportScopeHandle -> bool
Public Shared Operator == (left As ImportScopeHandle, right As ImportScopeHandle) As Boolean
Parameters
- left
- ImportScopeHandle
- right
- ImportScopeHandle
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.