AdgConnection.op_Inequality Method, AKA Operator !=
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
bool op_Inequality(AdgConnection x, AdgConnection y)
Determines whether two AdgConnection instances are not equal.
Remarks
Returns false if the references being compared refer to the same object. Otherwise, returns the negated value of the Equals method invoked on left, and passed right as a parameter.
bool op_Inequality(AdgConnection x, AdgConnection y)
Parameters
Type | Parameter name | Description |
---|---|---|
AdgConnection | x | The first AdgConnection to compare. |
AdgConnection | y | The second AdgConnection to compare. |
Returns
Type | Description |
---|---|
Boolean | true if the two AdgConnection instances are not equal; otherwise, false. |