Click or drag to resize
DXMLUtilCharArraysEqual Method

[Missing <summary> documentation for "M:DXMLBase.DXMLUtil.CharArraysEqual(System.Char[],System.Char[])"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool CharArraysEqual(
	char[] a1,
	char[] a2
)

Parameters

a1
Type: SystemChar

[Missing <param name="a1"/> documentation for "M:DXMLBase.DXMLUtil.CharArraysEqual(System.Char[],System.Char[])"]

a2
Type: SystemChar

[Missing <param name="a2"/> documentation for "M:DXMLBase.DXMLUtil.CharArraysEqual(System.Char[],System.Char[])"]

Return Value

Type: Boolean
true if the arrays are equal, false otherwise
See Also