IntegerPartitionEquality Operator |
Determines whether two partitions are equal.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- a
- Type: Meta.Numerics.FunctionsIntegerPartition
The first partition. - b
- Type: Meta.Numerics.FunctionsIntegerPartition
The second partition.
Return Value
Type:
Boolean if
a and
b represent the same
partition, otherwise
.
See Also