다음을 통해 공유


SourceLocation.Inequality(SourceLocation, SourceLocation) 연산자

정의

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 두 SourceLocation개체가 같지 않은지 여부를 확인합니다.

public static bool operator !=(System.Web.Razor.Text.SourceLocation left, System.Web.Razor.Text.SourceLocation right);
static member op_Inequality : System.Web.Razor.Text.SourceLocation * System.Web.Razor.Text.SourceLocation -> bool
Public Shared Operator != (left As SourceLocation, right As SourceLocation) As Boolean

매개 변수

left
SourceLocation

비교할 개체입니다.

right
SourceLocation

비교할 개체입니다.

반환

두 개체가 같지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상