다음을 통해 공유


RedirectionScope.Inequality(RedirectionScope, RedirectionScope) 연산자

정의

RedirectionScope 형식의 두 인스턴스가 다른지 여부를 나타내는 값을 반환합니다.

public:
 static bool operator !=(System::ServiceModel::Channels::RedirectionScope ^ left, System::ServiceModel::Channels::RedirectionScope ^ right);
public static bool operator != (System.ServiceModel.Channels.RedirectionScope left, System.ServiceModel.Channels.RedirectionScope right);
static member op_Inequality : System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionScope -> bool
Public Shared Operator != (left As RedirectionScope, right As RedirectionScope) As Boolean

매개 변수

left
RedirectionScope

RedirectionScope 인스턴스입니다.

right
RedirectionScope

RedirectionScope 인스턴스입니다.

반환

left의 값과 right의 값이 같지 않으면 true이고, 같으면 false입니다.

적용 대상