How can to check if two object values are equal in C# (2024)

// use System

using System;

// create class

class EqualityChecker

{

// main method

static void Main()

{

// create some values

string name = "Johnny";

string platform = "Edpresso";

bool isGreat = true;

bool isHard = false;

bool isCSharp = true;

int num1 = 3 + 4; // = 7

int num2 = 5 + 6; // = 13

// compare them using

// the `Equals()` method

PrintEquals((string)name, (string)platform);

PrintEquals(name, name);

PrintEquals(isGreat, isHard);

PrintEquals(isGreat, isCSharp);

PrintEquals(num1, num2);

PrintEquals(num1, num1);

}

// check string objects method

static void PrintEquals(object obj1, object obj2){

if(obj1.Equals(obj2)){

Console.WriteLine("Both of the values are equal");

}else{

Console.WriteLine("Both of the values are not equal");

}

}

}

How can to check if two object values are equal in C# (2024)
Top Articles
When do I cap my toddler’s nap? — Midnight Mama Sleep Consulting
9 Good Weaknesses Job Interview Examples | Greatest Weaknesses for Job Interviews | PSCI
Absence & Substitute Management - Part of Frontline Absence & Time
P.o. Box 806514 Chicago Il 60680
955 Ups jobs in Amsterdam
Resultat.loto.foot
Bigbellybridget
Harry Potter: Magical Portraits, Explained
MOOCI. Cholestase - Störung des Gallenflusses!
Hypno Deviantart
Ultima Online Outlands Map
Central Craigslist Pets
Rblxwild Affiliate Codes
Affidea Skarżysko-Kamienna, Skarżysko-Kamienna Reviews | Medical diagnostic imaging center
Greenville Mississippi Craigslist
Hypebeast Muckrack
Rezilta Bolet Ayiti
Poochies Liquor Store
Family Dollar Distribution Center Joliet Photos
Santa Barbara Craigs List
GINGERBREAD GIFTBOX / GINGER BREAD GIFT BOX - [Grand Piece Online... | ID 217750802 | PlayerAuctions
Meet Scores Online 2022
Gina's Pizza Port Charlotte Fl
Anbf Bodybuilding
No Hard Feelings Showtimes Near Pullman Village Centre Cinemas
Cranes Lane, Ormskirk L40 3 bed end of terrace house to rent - £1,495 pcm (£345 pw)
2000 Ford F-150 for sale - Scottsdale, AZ - craigslist
What is God Saying To YOU Today?
Lotricomb Creme - Gebrauchsinformation
Craigslist Ct Apartments For Rent
Viprow Net Football
Craigslist Portland Oregon Motorcycles
Craigslist Yard Sales Jacksonville Fl
Dance Monkey Roblox Id
Top 10 SEO Copywriting Service PowerPoint Presentation Templates in 2024
Jesus Calling: How Well Are You Listening?
Sunday Td Bank
Craigslist Pets Salina Ks
Owyn Stefano Leak
Series of scorching days: Last week the hottest worldwide on record: UN
Orionstars Web Version
Cu Oit
Raleigh Register Herald Obituaries Beckley Wv
Warped Pocket Dimension
Look Who Got Busted Gregg County
Bound Weapons Mod Skyrim
7543460065
Violent Night Showtimes Near The Grand 16 - Lafayette
Weather Spooner Wi Radar
Nws Bhm
Onelook Com Thesaurus
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 6634

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.