4 references to InternalEqualTypes
mscorlib (4)
system\delegate.cs (2)
130
if (obj == null || !
InternalEqualTypes
(this, obj))
305
if (!
InternalEqualTypes
(source, value))
system\multicastdelegate.cs (2)
107
if (obj == null || !
InternalEqualTypes
(this, obj))
273
if (!
InternalEqualTypes
(this, follow))