Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: create Microsoft Word Document in C# Pin
Jassim Rahma28-Mar-10 11:45
Jassim Rahma28-Mar-10 11:45 
GeneralRe: create Microsoft Word Document in C# Pin
Richard MacCutchan28-Mar-10 12:02
mveRichard MacCutchan28-Mar-10 12:02 
QuestionDegrees, minutes and seconds to Decimal Degrees Pin
Darrall26-Mar-10 12:12
Darrall26-Mar-10 12:12 
AnswerRe: Degrees, minutes and seconds to Decimal Degrees Pin
Tarakeshwar Reddy26-Mar-10 12:23
professionalTarakeshwar Reddy26-Mar-10 12:23 
AnswerRe: Degrees, minutes and seconds to Decimal Degrees Pin
Roger Wright26-Mar-10 17:04
professionalRoger Wright26-Mar-10 17:04 
GeneralRe: Degrees, minutes and seconds to Decimal Degrees Pin
Darrall27-Mar-10 3:59
Darrall27-Mar-10 3:59 
Questionimplementing keyValue pair, with key as a Pair (2 valued key) Pin
edankk26-Mar-10 10:09
edankk26-Mar-10 10:09 
AnswerRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
Ian Shlasko26-Mar-10 11:04
Ian Shlasko26-Mar-10 11:04 
If the fields are primary keys in the DB, shouldn't they be guaranteed unique?

But anyway, IComparable isn't what you're looking for... That's to determine magnitudes, not equality. You want to implement IEquatable<T>... Just try to make the implementation of that as efficient as possible.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
edankk26-Mar-10 11:29
edankk26-Mar-10 11:29 
GeneralRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
Ian Shlasko26-Mar-10 11:49
Ian Shlasko26-Mar-10 11:49 
GeneralRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
edankk26-Mar-10 12:03
edankk26-Mar-10 12:03 
GeneralRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
Ian Shlasko26-Mar-10 12:12
Ian Shlasko26-Mar-10 12:12 
GeneralRe: implementing keyValue pair, with key as a Pair (2 valued key) Pin
edankk26-Mar-10 12:25
edankk26-Mar-10 12:25 
QuestionC# ActiveX & javascript Pin
Mohammad A Gdeisat26-Mar-10 7:30
Mohammad A Gdeisat26-Mar-10 7:30 
AnswerRepost Pin
Not Active26-Mar-10 7:49
mentorNot Active26-Mar-10 7:49 
GeneralRe: Repost Pin
Mohammad A Gdeisat26-Mar-10 9:37
Mohammad A Gdeisat26-Mar-10 9:37 
GeneralRe: Repost Pin
Not Active26-Mar-10 9:57
mentorNot Active26-Mar-10 9:57 
GeneralRe: Repost Pin
DaveyM6926-Mar-10 16:28
professionalDaveyM6926-Mar-10 16:28 
QuestionGet current page source from a toolbar Pin
Kirys26-Mar-10 5:09
Kirys26-Mar-10 5:09 
AnswerRe: Get current page source from a toolbar Pin
Kirys29-Mar-10 6:02
Kirys29-Mar-10 6:02 
Questionhow to string to binary Pin
tai-fun26-Mar-10 4:56
tai-fun26-Mar-10 4:56 
AnswerRe: how to string to binary Pin
Richard MacCutchan26-Mar-10 5:00
mveRichard MacCutchan26-Mar-10 5:00 
AnswerRe: how to string to binary Pin
OriginalGriff26-Mar-10 5:14
mveOriginalGriff26-Mar-10 5:14 
AnswerRe: how to string to binary Pin
tai-fun26-Mar-10 5:17
tai-fun26-Mar-10 5:17 
GeneralRe: how to string to binary Pin
harold aptroot26-Mar-10 5:59
harold aptroot26-Mar-10 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.