| Visual Basic (Usage) | |
|---|---|
Dim instance As CMatrix Dim A As CMatrix Dim value As Boolean value = instance.IsEqual(A) | |
Parameters
Return Value
true if matrix has the same size as this instance and its elements are equal with the elements of this instance within the default tolerance; otherwise false.The default tolerance equals to the maximum absolute value of matrix elements, multiplied by the double epsilon value (2.2204460492503131e-016).
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7