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