C# 클래스 Microsoft.CodeAnalysis.Sarif.Converters.Ref

A class that makes atomized string reference comparison easier. Stolen (slightly modified) from http://referencesource.microsoft.com/#System.Xml/System/Xml/Ref.cs.
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Equal ( string left, string right ) : bool

Compares strings for reference equality and asserts if they are equal but not reference equal in debug mode.

비공개 메소드들

메소드 설명
Equals ( object unusedA, object unusedB ) : void

메소드 상세

Equal() 공개 정적인 메소드

Compares strings for reference equality and asserts if they are equal but not reference equal in debug mode.
public static Equal ( string left, string right ) : bool
left string The first string to compare.
right string The second string to compare.
리턴 bool