Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3400006
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:50:24+00:00 2026-05-18T04:50:24+00:00

I am a c#/asp.net developer and I am having to work on a VB/asp.net.

  • 0

I am a c#/asp.net developer and I am having to work on a VB/asp.net.
I started out with VB.NET but after years away from it I’m getting confused with the syntax.

I have two variables

Dim originalDate as DateTime?
Dim newDate as DateTime?

Both nullable datetimes, originalDate is a nullable date I am getting from the database and newDate time is set in code, I need to compare them, they can either both have dates, neither have dates or one have and one not.

I have a bit of code as follows:

if origEndDate = origEndDate then

When both origEndDate and origEndDate are “nothing” this statement is false (well when I run it in the watch window it comes back as nothing)!

I don’t understand why this is the case because I was under the impression doing an “=” compares the two values and as they are the same surely it should be true?

Can someone explain what I am doing wrong? What syntax should I be using as in C# I can do the above as so:

if (origEndDate == origEndDate) { }

and it will come back as true.

Confused!

Thanks for any help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:50:25+00:00Added an answer on May 18, 2026 at 4:50 am

    Try originalDate.Equals(newDate) maybe?

    (No, this will not cause an NRE when either date is null, since the variables are actually of the value type Nullable(Of DateTime) and are therefore not actually null until they are boxed.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having a project with asp.net controls in the .aspx page and Javascript
I'm just starting out learning ASP.NET MVC 3. I've been going through the Music
I'm mostly an ASP.NET developer, so I'm not very familiar with either J2EE or
I am writing a Asp.net MVC 2 application that uses Forms Authentication and currently
I have a ASP.NET web application that uses Themes. Inside the theme directory are
unfortunately Dreamweaver doesn't support Asp.net mvc, and I find it hard to believe that
I have some asp.net code that populates the fields in a LINQ to SQL
I have a javascript function that I would like to execute after every asynchronous
I'm learning PHP on my computer with IIS7.5 as the web server and am
My office uses a piece of software that generates XML based reports. These reports

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.