Click or drag to resize

StringListInequality Operator

Test to see if to StringList are different (not equal)

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static bool operator !=(
	StringList l1,
	StringList l2
)

Parameters

l1
Type: Perforce.P4StringList
The first list
l2
Type: Perforce.P4StringList
The second list

Return Value

Type: Boolean
true if not equal
See Also