Author: | Foo |
---|---|
Mode: | c# |
Date: | Wed, 30 Jun 2010 08:48:48 |
bool _isOccuranceMatch = false; if (_isOccuranceMatch && (ArrParameter.IndexOf(strVal) == arrSL.IndexOf(strVal))) { _isOccuranceMatch = true; }
Author: | Foo |
---|---|
Mode: | c# |
Date: | Wed, 30 Jun 2010 08:51:14 |
if (_isOccuranceMatch && (ArrParameter.IndexOf(strVal) == arrSL.IndexOf(strVal))) { _isOccuranceMatch = true; }