Paste: Ultimate WTF

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

Annotation: WTF?

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

New Annotation

Summary:
Author:
Mode:
Body: