Click or drag to resize

StringListEquals Method

Test to see if an object is equal to this StringLis. An object is equal if it is a StringArray (or can be cast as one and has the same elements in the same order.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
object to test

Return Value

Type: Boolean
true if equal
See Also