public static bool ExpectedFieldNamesMatch(
string[]? expectedFieldNames,
string[]? actualFieldNames,
bool matchCase = true,
int length = 0,
int startIndex = 0
)
Public Shared Function ExpectedFieldNamesMatch (
expectedFieldNames As String(),
actualFieldNames As String(),
Optional matchCase As Boolean = true,
Optional length As Integer = 0,
Optional startIndex As Integer = 0
) As Boolean
public:
static bool ExpectedFieldNamesMatch(
array<String^>^ expectedFieldNames,
array<String^>^ actualFieldNames,
bool matchCase = true,
int length = 0,
int startIndex = 0
)
Gemstone.IO.Parsing.StringParser.ExpectedFieldNamesMatch = function(expectedFieldNames, actualFieldNames, matchCase, length, startIndex);
[Missing <returns> documentation for "M:Gemstone.IO.Parsing.StringParser.ExpectedFieldNamesMatch(System.String[],System.String[],System.Boolean,System.Int32,System.Int32)"]