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