C# Class NQUnit.QUnitParserHelpers

Contains extension methods to help the QUnitParser
显示文件 Open project: robdmoore/NQUnit

Public Methods

Method Description
Is ( this xname, string name ) : bool

Provides a case-insensitive comparison between an XName element and a string.

Method Details

Is() public static method

Provides a case-insensitive comparison between an XName element and a string.
public static Is ( this xname, string name ) : bool
xname this The XName to compare
name string The string to compare
return bool