C# Class Buddy.UI.Core.Themes.Theme

Inheritance: ITheme
Mostra file Open project: BosslandGmbH/Buddy.UI Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
Equals ( ITheme other ) : bool

Indicates whether the current object is equal to another object of the same type.

Method Details

Apply() public method

public Apply ( ) : void
return void

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( ITheme other ) : bool
other ITheme The other.
return bool