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

适用于