TechTalk Genome v4.2

NullableDateTime Equality Operator 

Compare two NullableDateTime instances for equality.

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

Parameters

x
Instance to compare from.
y
Instance to compare to.

Return Value

True if the two instances are equal, null value if one or both of the instances are NullableDatetime.Null, false if the two instances are not null, but are not equal.

Requirements

Namespace: TechTalk.Genome.NullableTypes

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

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace