C# Class NQUnit.QUnitParserHelpers

Contains extension methods to help the QUnitParser
Afficher le fichier Open project: robdmoore/NQUnit

Méthodes publiques

Méthode Description
Is ( this xname, string name ) : bool

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

Method Details

Is() public static méthode

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
Résultat bool