openhabUWP.Remote.Models.Widget.Equals C# (CSharp) Method

Equals() public method

public Equals ( Widget widget ) : bool
widget Widget
return bool
        public bool Equals(Widget widget)
        {
            return this.WidgetId == widget.WidgetId;
        }