11 implementations of IsEquivalentTo
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
102public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
94public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
68public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
82public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
80public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
68public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
91public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
59public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
85public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
85public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
88public bool IsEquivalentTo(ICSharpBinder other)
1 reference to IsEquivalentTo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\BinderEquivalence.cs (1)
57public bool Equals(ICSharpBinder x, ICSharpBinder y) => x.IsEquivalentTo(y);