Click or drag to resize

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
)

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