ReportExpression.Equality 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 식이 같은지 검사합니다.
오버로드
Equality(String, ReportExpression) |
두 식이 같은지 검사합니다. |
Equality(ReportExpression, ReportExpression) |
두 식이 같은지 검사합니다. |
Equality(ReportExpression, String) |
두 식이 같은지 검사합니다. |
Equality(String, ReportExpression)
두 식이 같은지 검사합니다.
public:
static bool operator ==(System::String ^ left, Microsoft::ReportingServices::RdlObjectModel::ReportExpression right);
public static bool operator == (string left, Microsoft.ReportingServices.RdlObjectModel.ReportExpression right);
static member ( = ) : string * Microsoft.ReportingServices.RdlObjectModel.ReportExpression -> bool
Public Shared Operator == (left As String, right As ReportExpression) As Boolean
매개 변수
- left
- String
식 문자열입니다.
- right
- ReportExpression
ReportExpression 개체입니다.
반환
두 식이 같으면 True
이고, 그렇지 않으면 false
입니다.
설명
이 연산자에 대 한 해당 메서드는 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Equals%28System.String%2CMicrosoft.ReportingServices.RdlObjectModel.ReportExpression%29?displayProperty=fullName>
적용 대상
Equality(ReportExpression, ReportExpression)
두 식이 같은지 검사합니다.
public:
static bool operator ==(Microsoft::ReportingServices::RdlObjectModel::ReportExpression left, Microsoft::ReportingServices::RdlObjectModel::ReportExpression right);
public static bool operator == (Microsoft.ReportingServices.RdlObjectModel.ReportExpression left, Microsoft.ReportingServices.RdlObjectModel.ReportExpression right);
static member ( = ) : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * Microsoft.ReportingServices.RdlObjectModel.ReportExpression -> bool
Public Shared Operator == (left As ReportExpression, right As ReportExpression) As Boolean
매개 변수
- left
- ReportExpression
ReportExpression 개체입니다.
- right
- ReportExpression
ReportExpression 개체입니다.
반환
두 식이 같으면 True
이고, 그렇지 않으면 false
입니다.
설명
이 연산자에 대 한 해당 메서드는 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportExpression%2CMicrosoft.ReportingServices.RdlObjectModel.ReportExpression%29?displayProperty=fullName>
적용 대상
Equality(ReportExpression, String)
두 식이 같은지 검사합니다.
public:
static bool operator ==(Microsoft::ReportingServices::RdlObjectModel::ReportExpression left, System::String ^ right);
public static bool operator == (Microsoft.ReportingServices.RdlObjectModel.ReportExpression left, string right);
static member ( = ) : Microsoft.ReportingServices.RdlObjectModel.ReportExpression * string -> bool
Public Shared Operator == (left As ReportExpression, right As String) As Boolean
매개 변수
- left
- ReportExpression
ReportExpression 개체입니다.
- right
- String
식 문자열입니다.
반환
두 식이 같으면 True
이고, 그렇지 않으면 false
입니다.
설명
이 연산자에 대 한 해당 메서드는 <xref:Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Equals%28Microsoft.ReportingServices.RdlObjectModel.ReportExpression%2CSystem.String%29?displayProperty=fullName>