Transaction.Inequality(Transaction, Transaction) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether two Transaction instances are not equal.
public:
static bool operator !=(System::Transactions::Transaction ^ x, System::Transactions::Transaction ^ y);
public static bool operator != (System.Transactions.Transaction? x, System.Transactions.Transaction? y);
public static bool operator != (System.Transactions.Transaction x, System.Transactions.Transaction y);
static member op_Inequality : System.Transactions.Transaction * System.Transactions.Transaction -> bool
Public Shared Operator != (x As Transaction, y As Transaction) As Boolean
Parameters
The Transaction instance that is to the left of the inequality operator.
The Transaction instance that is to the right of the inequality operator.
Returns
true
if x
and y
are not equal; otherwise, false
.
Remarks
The equivalent method for this operator is Transaction.Equals.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.