Click or drag to resize

StringListEquality Operator

Test to see if two StringList are equal. They are equal if they have the same elements in the same order.

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 equal
See Also