mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Add public PredefinedLayouts
This commit is contained in:
@@ -120,5 +120,13 @@ namespace Microsoft.Iris.Layouts
|
||||
dockLayoutInput = _defaultLayoutInput ?? s_defaultLayoutInput;
|
||||
return dockLayoutInput;
|
||||
}
|
||||
|
||||
public bool Equals(ILayout other)
|
||||
{
|
||||
if (other is not DockLayout o) return false;
|
||||
|
||||
return DefaultChildAlignment == o.DefaultChildAlignment
|
||||
&& DefaultLayoutInput.ToString() == other.DefaultChildAlignment.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user