Equality 연산자
Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Shared Operator = ( _
a As UserDefinedFunctionEvent, _
b As UserDefinedFunctionEvent _
) As Boolean
‘사용 방법
Dim a As UserDefinedFunctionEvent
Dim b As UserDefinedFunctionEvent
Dim returnValue As Boolean
returnValue = (a = b)
public static bool operator ==(
UserDefinedFunctionEvent a,
UserDefinedFunctionEvent b
)
public:
static bool operator ==(
UserDefinedFunctionEvent^ a,
UserDefinedFunctionEvent^ b
)
static let inline (=)
a:UserDefinedFunctionEvent *
b:UserDefinedFunctionEvent : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- a
형식: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
- b
형식: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies the user-defined function events.
반환 값
형식: System. . :: . .Boolean
A UserDefinedFunctionEventSet object value that specifies a set of user-defined function events.