IntegerPartitionInequality Operator
Determines whether two partitions are not equal.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static bool operator !=(
IntegerPartition a,
IntegerPartition b
)
Public Shared Operator <> (
a As IntegerPartition,
b As IntegerPartition
) As Boolean
public:
static bool operator !=(
IntegerPartition^ a,
IntegerPartition^ b
)
static let inline (<>)
a : IntegerPartition *
b : IntegerPartition : bool
- a IntegerPartition
- The first partition.
- b IntegerPartition
- The second partition.
Boolean if
a and
b represent different
partitions, otherwise
.