  | ContainerHelperNotEqualV(ListV, ListV) Method | 
            Checks if List a is not equal List b.
            
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool NotEqual<V>(
	List<V> a,
	List<V> b
)
Parameters
- a  ListV
 - A List.
 - b  ListV
 - Another List of compatible type to a.
 
Type Parameters
- V
 
Return Value
BooleanBoolean result of List comparison.
See Also