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 8057483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:02:52+00:00 2026-06-05T09:02:52+00:00

Possible Duplicate: == or .Equals() I have a String Array and just want to

  • 0

Possible Duplicate:
== or .Equals()

I have a String Array and just want to count number of splitted string items in the array.

But I can’t decide on which version I want/need/should use:

if(myStringArray.Count.Equals(47))
{
   // Do something.
}

or

if(myStringArray.Count == 47)
{
   // Do something.
}

Could someone please help me understand the difference between the two approaches and why both ones exist?

I’ve tried both, and both produce the same result.

  • 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-06-05T09:02:54+00:00Added an answer on June 5, 2026 at 9:02 am

    The Equals method provides a means for an object type to define “equality” between two instances. With numbers, Equals and == are the same thing, but when you’re using object types they’re different: Equals compares equality (are the two objects equivalent to each other), and == compares identity (are the two references to the same object). The class author will override Equals and (typically) compare either all of the object’s fields with the other object’s fields or compare key fields, depending on the class.

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

Sidebar

Related Questions

Possible Duplicate: casting char[][] to char** causes segfault? I have a 2D array declared
Possible Duplicate: Java - Distinct List of Objects i have a sorted array of
Possible Duplicate: How can I lock a file using java (if possible) I have
Possible Duplicate: MySQL query using an array Passing an array to mysql I have
Possible Duplicate: String equality vs equality of location I just got my first assessed
Possible Duplicate: How do pass one array and one string as arguments to a
Possible Duplicate: Overriding equals and hashCode in Java All, I have defined my class
Possible Duplicate: What does ||= (or equals) mean in Ruby? It's hard to search
Possible Duplicate: Understanding NSString comparison in Objective-C Was just reading up about equality vs
Possible Duplicate: Best practices regarding equals: to overload or not to overload? Does anyone

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.