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