GCHandle.Equality(GCHandle, GCHandle) 运算符
定义
public:
static bool operator ==(System::Runtime::InteropServices::GCHandle a, System::Runtime::InteropServices::GCHandle b);
public static bool operator == (System.Runtime.InteropServices.GCHandle a, System.Runtime.InteropServices.GCHandle b);
static member ( = ) : System.Runtime.InteropServices.GCHandle * System.Runtime.InteropServices.GCHandle -> bool
Public Shared Operator == (a As GCHandle, b As GCHandle) As Boolean
参数
返回
如果 a 和 b 参数相等,则为 true;否则为 false。true if the a and b parameters are equal; otherwise, false.
注解
此运算符的等效方法为 GCHandle.Equals 。The equivalent method for this operator is GCHandle.Equals.