'Declaration Public Operator <>( _ ByVal firstTable As Table, _ ByVal secondTable As Table _ ) As Boolean
public bool operator !=( Table firstTable, Table secondTable )
Parameters
- firstTable
- The first table for comparison.
- secondTable
- The second table for comparison.