Inequality 연산자
Tests the inequality of two ReportColor objects.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Shared Operator <> ( _
left As ReportColor, _
right As ReportColor _
) As Boolean
‘사용 방법
Dim left As ReportColor
Dim right As ReportColor
Dim returnValue As Boolean
returnValue = (left <> right)
public static bool operator !=(
ReportColor left,
ReportColor right
)
public:
static bool operator !=(
ReportColor left,
ReportColor right
)
static let inline (<>)
left:ReportColor *
right:ReportColor : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- left
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
- right
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportColor
A ReportColor object.
반환 값
유형: System. . :: . .Boolean
A Boolean value.