No announcements
Found 1593819 threads
-
1 Votes
Ho to Compare two almost similar String
Hi olaf, All are similar.Answered | 9 Replies | 5311 Views | Created by Saritask - Monday, June 29, 2020 1:21 PM | Last reply by Echo Liuz - Monday, July 6, 2020 7:05 AM -
7 Votes
Compare two string Arrays
Enumerable.SequenceEqual Method Determines whether two sequences are equal according to an equality comparer.Answered | 11 Replies | 27586 Views | Created by kavitha Reddy Neeru - Wednesday, February 1, 2012 1:46 AM | Last reply by 亂馬客 - Thursday, February 2, 2012 6:46 AM -
2 Votes
two String content comparing
string strA = "work34"; string strB = "work"; int index = -1; do { index++; } ...Answered | 4 Replies | 3270 Views | Created by Serkan Arsuzoglu - Thursday, November 18, 2010 8:20 AM | Last reply by Serkan Arsuzoglu - Thursday, November 18, 2010 12:56 PM -
1 Votes
Plz help me to compare two strings
The short answer is that if you are going to compare strings and you don't know the normalization form of your strings, then you must normalize your ...Answered | 6 Replies | 782 Views | Created by Lê Thế Anh - Friday, September 25, 2015 3:11 PM | Last reply by Lê Thế Anh - Monday, September 28, 2015 9:46 AM -
4 Votes
Compare strings
"If it should work like it is described then it should never work to use == but maybe .Net is clever enough to reference the same object when the content is similar or something like ...Answered | 6 Replies | 1206 Views | Created by Christian315 - Monday, January 21, 2013 11:18 AM | Last reply by Mike Danes - Monday, January 21, 2013 12:16 PM -
2 Votes
# Immediate Help Needed: Compare two strings #
Send us any feedback you have about the help from MSFT at fbmsdn@microsoft.com Hi - Figo Fei - MSFT: No, No, the OP wants to compare two ...Answered | 7 Replies | 3441 Views | Created by HyperCoder - Thursday, July 9, 2009 5:35 AM | Last reply by Tiffy Tiffy - Tuesday, July 12, 2011 1:14 PM -
1 Votes
Compare Strings
I am not sure if I understand the question but you could compare two strings with each other using the == operator or the Equals method: ...Answered | 2 Replies | 556 Views | Created by RhasAlghul - Friday, December 18, 2015 10:13 AM | Last reply by Matthew LEAN . D - Saturday, December 19, 2015 7:02 AM -
2 Votes
How do i compare two strings and get the difference?
I have explained with an example of what exactly I' am looking for in my previous post. s1, s2 are the two strings to be compared and strDiff is the desired ...Answered | 12 Replies | 7592 Views | Created by vramac - Wednesday, May 6, 2015 9:18 PM | Last reply by Kristin Xie - Tuesday, May 12, 2015 9:28 AM -
0 Votes
Compare two array (String) concurrently and highlight the differences
And my suggestion is Backgroudworker:http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx You can put the compare ...Answered | 3 Replies | 3108 Views | Created by eric Joseph2 - Thursday, July 26, 2012 7:33 AM | Last reply by Mike Feng - Friday, July 27, 2012 7:37 AM -
0 Votes
Comparing Two Sound Files
Two items may return the same HashCode but still be different.Answered | 5 Replies | 5333 Views | Created by Sijon - Thursday, July 26, 2012 11:58 AM | Last reply by Chris-von-der-Wiese - Friday, July 27, 2012 11:50 PM -
0 Votes
Compare two XML Files
hi i wanted to compare the data of two XML files.Answered | 1 Replies | 3613 Views | Created by janat jee - Thursday, September 3, 2009 10:43 AM | Last reply by _SuDhiR_ - Thursday, September 3, 2009 11:01 AM -
0 Votes
Compare string types
http://stackoverflow.com/questions/44288/differences-in-string-compare-methods-in-c-sharpAnswered | 1 Replies | 975 Views | Created by William256 - Monday, January 27, 2014 4:32 PM | Last reply by Don.O - Monday, January 27, 2014 5:16 PM -
1 Votes
Comparing VBA in two databases
You can export only code from form: Sub ExportForms() Dim path As String Dim f As AccessObject Dim frmName As ...Answered | 6 Replies | 4121 Views | Created by DaveJJ49 - Wednesday, September 4, 2013 5:21 PM | Last reply by ryguy72 - Saturday, September 7, 2013 1:14 AM -
0 Votes
Compare the signature of two assemblies?
Your requirement is to compare the two tokens.Answered | 3 Replies | 3735 Views | Created by Dane Vinson - Tuesday, September 8, 2009 6:45 PM | Last reply by David M Morton - Tuesday, September 8, 2009 7:50 PM -
2 Votes
compare two data set
I want found an approach two decrease test time.Answered | 12 Replies | 3536 Views | Created by Aziz Banihashemi - Sunday, August 26, 2012 7:25 AM | Last reply by tushar_sw_archt - Monday, August 27, 2012 10:10 AM -
1 Votes
Compare contents of files in two folders
This doesn't solve my problem because file names are different and, in second case, I'd have to either compare file names/checksums in two folders manually or write a program for it.Answered | 7 Replies | 5362 Views | Created by Yakov72 - Wednesday, August 29, 2012 4:38 PM | Last reply by Yakov72 - Wednesday, September 5, 2012 10:34 PM -
1 Votes
Compare Date strings
Hi, I would definitely compare these as DateTime and not as strings.Answered | 4 Replies | 3893 Views | Created by William256 - Thursday, August 5, 2010 2:46 PM | Last reply by Meile Zetstra - Thursday, August 5, 2010 3:23 PM -
0 Votes
Comparing two datatables
Hi YOu can use writexml method to compare 2 Datatable Easily Try this ...Answered | 3 Replies | 4222 Views | Created by jman23 - Thursday, May 20, 2010 2:14 PM | Last reply by Dharmalinga Raja - Thursday, May 20, 2010 5:15 PM -
0 Votes
Compare String values
In that case you could convert and compare them like this: CLEAR ?Answered | 7 Replies | 4258 Views | Created by Sanyon_d - Tuesday, December 21, 2010 10:36 AM | Last reply by Tom Borgmann - Tuesday, December 21, 2010 12:27 PM -
0 Votes
Comparing std::string to System::String^
You are trying to mix elements of two different programming languages: std:string and fstreams are from ...Answered | 6 Replies | 3173 Views | Created by dem7w2 - Friday, August 10, 2012 4:08 PM | Last reply by davewilk - Saturday, August 11, 2012 9:55 AM - Items 1 to 20 of 1593819 Next ›
No announcements