1 override of IsEquivalentTo
mscorlib (1)
system\rttype.cs (1)
3755
public override bool
IsEquivalentTo
(Type other)
8 references to IsEquivalentTo
mscorlib (4)
system\enum.cs (2)
634
if (!valueType.
IsEquivalentTo
(enumType))
882
if (!this.GetType().
IsEquivalentTo
(flag.GetType())) {
system\rttype.cs (1)
3298
if ((object)returnType != null && !returnType.
IsEquivalentTo
(firstCandidate.PropertyType))
system\type.cs (1)
1496
if (!valueType.
IsEquivalentTo
(this))
System (3)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (2)
195
if (serviceType.
IsEquivalentTo
(defaults[idx])) {
285
return x.
IsEquivalentTo
(y);
compmod\system\componentmodel\MemberDescriptor.cs (1)
440
if (result != null && !result.ReturnType.
IsEquivalentTo
(returnType)) {
System.Core (1)
Microsoft\Scripting\Ast\TypeUtils.cs (1)
155
return t1 == t2 || t1.
IsEquivalentTo
(t2);