LadderOperator<TIndex>.Inequality Operator

Definition

public static bool operator != (Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<TIndex> x, Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<TIndex> y);
static member op_Inequality : Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<'Index (requires 'Index :> IEquatable<'Index>)> * Microsoft.Quantum.Chemistry.LadderOperators.LadderOperator<'Index (requires 'Index :> IEquatable<'Index>)> -> bool
Public Shared Operator != (x As LadderOperator(Of TIndex), y As LadderOperator(Of TIndex)) As Boolean

Parameters

Returns

Boolean

Applies to