C# 클래스 NQUnit.QUnitParserHelpers

Contains extension methods to help the QUnitParser
파일 보기 프로젝트 열기: robdmoore/NQUnit

공개 메소드들

메소드 설명
Is ( this xname, string name ) : bool

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

메소드 상세

Is() 공개 정적인 메소드

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
리턴 bool