Click or drag to resize

ChunkTEquals Method (ChunkT)

Compare two Chunk

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public bool Equals(
	Chunk<T> other
)

Parameters

other
Type: SmartTests.RangesChunkT
The other ChunkT to compare with

Return Value

Type: Boolean
true if this have the same Min and Max; false otherwise
See Also