473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

IComparable

Hi all

I have a class implements IComparable interface, however, I got a error on the following method

protected override int IComparable.CompareTo(object value

..
Does anyone know the reason? one thing question is what is the difference between string and String in C#

Thanks in advance

Simon
Nov 22 '05 #1
4 1529
Hi Simon,

Is this class implementing IComparable?
Why do you override it?
"Simon" <si************@yahoo.com> wrote in message
news:90**********************************@microsof t.com...
Hi all,

I have a class implements IComparable interface, however, I got a error on the following method.
protected override int IComparable.CompareTo(object value)
{
...
}

Does anyone know the reason? one thing question is what is the difference

between string and String in C#?

None.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Nov 22 '05 #2
Try changing the signature to "public int CompareTo(object value)".

"Simon" <si************@yahoo.com> wrote in message
news:90**********************************@microsof t.com...
Hi all,

I have a class implements IComparable interface, however, I got a error on the following method.
protected override int IComparable.CompareTo(object value)
{
...
}

Does anyone know the reason? one thing question is what is the difference between string and String in C#?
Thanks in advanced

Simon

Nov 22 '05 #3
Hi Simon,

Is this class implementing IComparable?
Why do you override it?
"Simon" <si************@yahoo.com> wrote in message
news:90**********************************@microsof t.com...
Hi all,

I have a class implements IComparable interface, however, I got a error on the following method.
protected override int IComparable.CompareTo(object value)
{
...
}

Does anyone know the reason? one thing question is what is the difference

between string and String in C#?

None.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
Nov 22 '05 #4
Try changing the signature to "public int CompareTo(object value)".

"Simon" <si************@yahoo.com> wrote in message
news:90**********************************@microsof t.com...
Hi all,

I have a class implements IComparable interface, however, I got a error on the following method.
protected override int IComparable.CompareTo(object value)
{
...
}

Does anyone know the reason? one thing question is what is the difference between string and String in C#?
Thanks in advanced

Simon

Nov 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Cybertof | last post by:
Hello, Could someone please explain me the difference between the 2 interfaces IComparable and IComparer ? In which cases use one or the other ? Are they dedicated to own classes or built-in...
1
by: raffelm | last post by:
In the first class below, I get an error that AnotherClientBaseDataRecord does not implement IComparable.CompareTo(object)...yet the second class below is implemented identicially and it does get...
2
by: ESPNSTI | last post by:
Hi, I'm trying to use a generics dictionary with a key class that implements and needs IComparable<>. However when I attempt to use the dictionary, it doesn't appear to use the IComparable<> to...
2
by: Stefan L | last post by:
Hi everybody, when migrating to the .NET 2.0 framework we decided to encourage the use of generic functions because they ought to run faster than their equivalent object-implemantations. Now...
8
by: fniles | last post by:
I have a collection inside a class, sometimes when I add to the collection, I get the error "At least one object must implement IComparable". What does the error mean ? Thanks. Public Class...
4
by: Michel Walsh | last post by:
Question: public static Boolean In<T>(T x, param T y) where T : struct, IComparable<T> { for(int i=0; i<y.Length; i++) { if(x==y) return true; } return false;
1
by: Brett Romero | last post by:
What are the reasons to use one over the other? SortedList implements IComparer.Compare(). Why would you also want to create a SortedList class that implements IComparable.CompareTo()? I know...
2
by: John Devlon | last post by:
Hi, Could somebody please tell me how to use Icomparable in a .NET project? Like I was a 5 year old? I'm trying to sort an array of objects and I can't get it to work .... How do I modify the...
8
by: SimeonArgus | last post by:
I need to sort a list of points, so I've considered using an IComparable implementation. Should be easy, right? But I need to know two things in the CompareTo function, not one. Test1: I need to...
3
by: Samuel R. Neff | last post by:
You can you program against generic interfaces generically? For example, how can I make the following code which works for the non-generic interface also work for the generic counterparts? ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.