TransactionOptions.Inequality(TransactionOptions, TransactionOptions) 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 TransactionOptions instances are not equal.
public:
static bool operator !=(System::Transactions::TransactionOptions x, System::Transactions::TransactionOptions y);
public static bool operator != (System.Transactions.TransactionOptions x, System.Transactions.TransactionOptions y);
static member op_Inequality : System.Transactions.TransactionOptions * System.Transactions.TransactionOptions -> bool
Public Shared Operator != (x As TransactionOptions, y As TransactionOptions) As Boolean
Parameters
The TransactionOptions instance that is to the left of the equality operator.
The TransactionOptions instance that is to the right of the equality operator.
Returns
true
if x
and y
are not equal; otherwise, false
.
Remarks
The equivalent method for this operator is TransactionOptions.Equals.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา