4 references to PN_OPEQUALITY
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
45
new OperatorInfo(TokenKind.EqualEqual, PredefinedName.
PN_OPEQUALITY
, ExpressionKind.Eq ),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1584
PredefinedName.
PN_OPEQUALITY
,
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
433
new PredefinedMethodInfo( PREDEFMETH.PM_DELEGATE_OPEQUALITY, PredefinedType.PT_DELEGATE, PredefinedName.
PN_OPEQUALITY
, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_BOOL, 2, (int)PredefinedType.PT_DELEGATE, (int)PredefinedType.PT_DELEGATE }),
508
new PredefinedMethodInfo( PREDEFMETH.PM_STRING_OPEQUALITY, PredefinedType.PT_STRING, PredefinedName.
PN_OPEQUALITY
, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_BOOL, 2, (int)PredefinedType.PT_STRING, (int)PredefinedType.PT_STRING }),