GrGen.NET v7.2 API: the libGr class library (the type exact interface gets generated)
GrGen.NET v7.2 API: the libGr class library (the type exact interface gets generated)
de.unika.ipd.grGen.libGr
ContainerHelper Class
ContainerHelper Methods
GreaterThan Method
GreaterThan(K, V) Method (Dictionary(K, V), Dictionary(K, V))
GreaterThan(V) Method (List(V), List(V))
GreaterThan(V) Method (Deque(V), Deque(V))
ContainerHelper
GreaterThan
V
Method (Deque
V
, Deque
V
)
Checks if Deque
a
is a proper superdeque of
b
. Requires a to contain more entries than b and same values at same position for being true.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Copy
public
static
bool
GreaterThan
<V>(
Deque
<V>
a
,
Deque
<V>
b
)
Parameters
a
Type:
de.unika.ipd.grGen.libGr
Deque
V
A Deque.
b
Type:
de.unika.ipd.grGen.libGr
Deque
V
Another Deque of compatible type to
a
.
Type Parameters
V
Return Value
Type:
Boolean
Boolean result of Deque comparison.
See Also
Reference
ContainerHelper Class
GreaterThan Overload
de.unika.ipd.grGen.libGr Namespace
German legal requirement:
Impressum / Imprint
and
Datenschutzerklärung / Privacy Statement