TechTalk Genome v4.2

NullableUInt16.CompareTo Method 

Implementation for IComparable interface.

public int CompareTo(
   object value
);

Parameters

value
object that it has to be compared to.

Return Value

if this is not null, and argument is not null - CompareTo of short values
If both null - 0 If argument is null - 1
If this is null -1

Implements

IComparable.CompareTo

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace