11 implementations of IsEquivalentTo
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\CSharpBinaryOperationBinder.cs (1)
100
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
92
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetIndexBinder.cs (1)
66
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpGetMemberBinder.cs (1)
80
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeBinder.cs (1)
78
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (1)
66
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeMemberBinder.cs (1)
89
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpIsEventBinder.cs (1)
57
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetIndexBinder.cs (1)
83
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpSetMemberBinder.cs (1)
83
public bool
IsEquivalentTo
(ICSharpBinder other)
Microsoft\CSharp\RuntimeBinder\CSharpUnaryOperationBinder.cs (1)
86
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);