Share via


ContentType.Equals(Object) 메서드

정의

지정된 ContentType 개체의 content-type 헤더가 이 개체의 content-type 헤더와 동일한지 여부를 확인합니다.

public:
 override bool Equals(System::Object ^ rparam);
public override bool Equals (object? rparam);
public override bool Equals (object rparam);
override this.Equals : obj -> bool
Public Overrides Function Equals (rparam As Object) As Boolean

매개 변수

rparam
Object

이 개체와 비교할 ContentType 개체입니다.

반환

content-type 헤더가 동일하면 true이고, 그렇지 않으면 false입니다.

적용 대상