コード例 #1
0
 private static bool IsEquivalentTo(this TypeDesc thisType, TypeDesc otherType)
 {
     // TODO: Once type equivalence is implemented, this implementation needs to be enhanced to honor it.
     return(thisType.Equals(otherType));
 }