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