Esempio n. 1
0
 public bool Equivalent(IDataType dataType)
 {
     return((dataType is IListType) && _elementType.Equivalent(((IListType)dataType).ElementType));
 }