TechTalk Genome v4.2

NullableUInt16 Equality Operator 

Compares two instances of NullableUInt16 for equivalence.

public static NullableBoolean operator ==(
   NullableUInt16 x,
   NullableUInt16 y
);

Parameters

x
A NullableUInt16 structure.
y
A NullableUInt16 structure.

Return Value

A NullableBoolean that is NullableBoolean.True if the two instances are equivalent or NullableBoolean.False if the two instances are not equivalent. If either instance of NullableUInt16 is Null, the NullableBoolean.Value of the NullableBoolean will be NullableBoolean.Null.

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