GeneralTransformCollection.Contains(GeneralTransform) Метод
Определение
Указывает, содержит ли коллекция GeneralTransformCollection заданный объект GeneralTransform.Indicates whether the GeneralTransformCollection contains the specified GeneralTransform object.
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
- GeneralTransform
Объект GeneralTransform, который требуется найти в коллекции GeneralTransformCollection.The GeneralTransform to locate in the GeneralTransformCollection.
Возвращаемое значение
true
, если коллекция содержит value
; в противном случае — false
.true
if the collection contains value
; otherwise false
.