Difference between == and Equals Operator C#
Posted
by Asim Sajjad
on Stack Overflow
See other posts from Stack Overflow
or by Asim Sajjad
Published on 2010-03-24T12:16:47Z
Indexed on
2010/03/24
12:23 UTC
Read the original article
Hit count: 153
c#
What is difference between intValue == SomeValue and intValue.Equals(SomeValue) ?
© Stack Overflow or respective owner