TransactionState.Equality(TransactionState, TransactionState) 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.
Determines if two TransactionState values are the same.
public static bool operator ==(Azure.Security.ConfidentialLedger.Models.TransactionState left, Azure.Security.ConfidentialLedger.Models.TransactionState right);
static member ( = ) : Azure.Security.ConfidentialLedger.Models.TransactionState * Azure.Security.ConfidentialLedger.Models.TransactionState -> bool
Public Shared Operator == (left As TransactionState, right As TransactionState) As Boolean
Parameters
- left
- TransactionState
The left value to compare.
- right
- TransactionState
The right value to compare.