 | ChunkTEquals Method (ChunkT) |
Compare two Chunk
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntaxpublic bool Equals(
Chunk<T> other
)
Public Function Equals (
other As Chunk(Of T)
) As Boolean
public:
bool Equals(
Chunk<T> other
)
member Equals :
other : Chunk<'T> -> bool
Parameters
- other
- Type: SmartTests.RangesChunkT
The other ChunkT to compare with
Return Value
Type:
Booleantrue if
this have the same
Min and
Max;
false otherwise
See Also