Clause.Matches(Clause, Object) 메서드

정의

현재 절이 다른 절과 일치하는지 여부를 결정합니다.

public bool Matches (AdaptiveExpressions.TriggerTrees.Clause clause, object memory);
member this.Matches : AdaptiveExpressions.TriggerTrees.Clause * obj -> bool
Public Function Matches (clause As Clause, memory As Object) As Boolean

매개 변수

clause
Clause

비교할 다른 절 인스턴스입니다.

memory
Object

변수를 조회하기 위한 범위입니다.

반환

두 절이 일치하는지 여부를 나타내는 부울 값입니다. 두 절이 일치하면 True를 반환하고, 그렇지 않으면 False를 반환합니다.

적용 대상