Base:
7 references to Equals
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (7)
363
Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.
Equals
(other.CallInfo) AndAlso _ignoreReturn = other._ignoreReturn
441
Return other IsNot Nothing AndAlso String.Equals(Name, other.Name) AndAlso CallInfo.
Equals
(other.CallInfo)
518
Return other IsNot Nothing AndAlso CallInfo.
Equals
(other.CallInfo) AndAlso _lateCall.Equals(other._lateCall)
587
Return other IsNot Nothing AndAlso CallInfo.
Equals
(other.CallInfo) AndAlso _reportErrors = other._reportErrors
656
Return other IsNot Nothing AndAlso CallInfo.
Equals
(other.CallInfo) AndAlso _reportErrors = other._reportErrors
1023
Return other IsNot Nothing AndAlso CallInfo.
Equals
(other.CallInfo)
1098
Return other IsNot Nothing AndAlso CallInfo.
Equals
(other.CallInfo) AndAlso _optimisticSet = other._optimisticSet AndAlso _rValueBase = other._rValueBase