IntegerPartitionEquals(IntegerPartition) Method
Determines whether another partition is equal to this one.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Equals(
IntegerPartition other
)
Public Function Equals (
other As IntegerPartition
) As Boolean
public:
virtual bool Equals(
IntegerPartition^ other
) sealed
abstract Equals :
other : IntegerPartition -> bool
override Equals :
other : IntegerPartition -> bool
- other IntegerPartition
- The other partition.
Boolean is
other represents the same partition, otherwise
.
IEquatableTEquals(T)