Version

Equality Operator (BooleanMatrix)

Determines whether two BooleanMatrix instances have the same dimensions and element values.
Syntax
'Declaration
 
Public Operator =( _
   ByVal x1 As BooleanMatrix, _
   ByVal x2 As BooleanMatrix _
) As Boolean
public bool operator ==( 
   BooleanMatrix x1,
   BooleanMatrix x2
)

Parameters

x1
The first BooleanMatrix.
x2
The second BooleanMatrix.

Return Value

Returns True if the two BooleanMatrix instances are equal; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also