Compares two object arrays using
AreObjectsEqual method, returns
true if arrays have same size and contains same objects.
'宣言
Public Shared Function AreObjectArraysEqual( _
ByVal () As System.Object, _
ByVal () As System.Object _
) As System.Boolean
public static System.bool AreObjectArraysEqual(
System.object[] ,
System.object[]
)
パラメータ
- v1
- First array.
- v2
- Second array.
戻り値の型
Returns true if arrays are equal, false otherwise.