GeneralTransformCollection.Contains(GeneralTransform) 메서드

정의

GeneralTransformCollection에 지정된 GeneralTransform 개체가 있는지 여부를 나타냅니다.

public:
 virtual bool Contains(System::Windows::Media::GeneralTransform ^ value);
public bool Contains (System.Windows.Media.GeneralTransform value);
abstract member Contains : System.Windows.Media.GeneralTransform -> bool
override this.Contains : System.Windows.Media.GeneralTransform -> bool
Public Function Contains (value As GeneralTransform) As Boolean

매개 변수

반환

컬렉션에 value이 있으면 true이고, 그렇지 않으면 false입니다.

구현

예제

ICollection<T>.Contains

적용 대상