4 references to PN_OPINEQUALITY
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\COperators.cs (1)
46
new OperatorInfo(TokenKind.NotEqual, PredefinedName.
PN_OPINEQUALITY
, ExpressionKind.NotEq ),
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1585
PredefinedName.
PN_OPINEQUALITY
,
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
434
new PredefinedMethodInfo( PREDEFMETH.PM_DELEGATE_OPINEQUALITY, PredefinedType.PT_DELEGATE, PredefinedName.
PN_OPINEQUALITY
, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_BOOL, 2, (int)PredefinedType.PT_DELEGATE, (int)PredefinedType.PT_DELEGATE }),
509
new PredefinedMethodInfo( PREDEFMETH.PM_STRING_OPINEQUALITY, PredefinedType.PT_STRING, PredefinedName.
PN_OPINEQUALITY
, MethodCallingConventionEnum.Static, ACCESS.ACC_PUBLIC, 0, new int[] { (int)PredefinedType.PT_BOOL, 2, (int)PredefinedType.PT_STRING, (int)PredefinedType.PT_STRING }),