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