IntegerPartitionEquals Method (IntegerPartition) |
Determines whether another partition is equal to this one.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- other
- Type: Meta.Numerics.FunctionsIntegerPartition
The other partition.
Return Value
Type:
Boolean is
other represents the same partition, otherwise
.
Implements
IEquatableTEquals(T)See Also