11 implementations of IsEquivalentTo
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
101public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
93public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
67public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
81public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
79public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
67public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
90public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
58public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
84public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
84public bool IsEquivalentTo(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
87public 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);