'Declaration
Public Operator <>( _ ByVal conditionElement1 As DAItemPropertyRecord, _ ByVal conditionElement2 As DAItemPropertyRecord _ ) As Boolean
'Usage
public bool operator !=( DAItemPropertyRecord conditionElement1, DAItemPropertyRecord conditionElement2 )
public: bool operator !=( DAItemPropertyRecord^ conditionElement1, DAItemPropertyRecord^ conditionElement2 )
Parameters
- conditionElement1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - conditionElement2
- Second object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True
if the objects are not equal; false
if they are equal.