C# 클래스 SobekCM.Core.BriefItem.BriefItem_Wordmark

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BriefItem_Wordmark ( ) : System

Constructor for a new instance of the BriefItem_Wordmark class

Equals ( BriefItem_Wordmark Other ) : bool

Checks to see if this wordmark/icon is equal to another wordmark/icon

Two wordmark/icons are considered equal if their codes are identical

메소드 상세

BriefItem_Wordmark() 공개 메소드

Constructor for a new instance of the BriefItem_Wordmark class
public BriefItem_Wordmark ( ) : System
리턴 System

Equals() 공개 메소드

Checks to see if this wordmark/icon is equal to another wordmark/icon
Two wordmark/icons are considered equal if their codes are identical
public Equals ( BriefItem_Wordmark Other ) : bool
Other BriefItem_Wordmark Other wordmark/icon to verify equality with
리턴 bool