다음을 통해 공유


RedirectionScope.Equality(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 ( = ) : 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 인스턴스입니다.

반환

Boolean

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

적용 대상