DesignerAutoFormatCollection.Contains(DesignerAutoFormat) 메서드

정의

지정된 서식이 컬렉션에 있는지 여부를 확인합니다.

public:
 bool Contains(System::Web::UI::Design::DesignerAutoFormat ^ format);
public bool Contains (System.Web.UI.Design.DesignerAutoFormat format);
member this.Contains : System.Web.UI.Design.DesignerAutoFormat -> bool
Public Function Contains (format As DesignerAutoFormat) As Boolean

매개 변수

format
DesignerAutoFormat

DesignerAutoFormat의 인스턴스입니다.

반환

Boolean

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

설명

Contains 메서드를 사용 하 여 일치 여부를 확인 합니다 Equals 메서드는 DesignerAutoFormat 비교 되는 개체.

적용 대상

추가 정보