UIFocusSystem.Contains(IUIFocusEnvironment, IUIFocusEnvironment) Method

Definition

Returns true if environment contains otherEnvironment. Otherwise, returns false.

[Foundation.Export("environment:containsEnvironment:")]
public static bool Contains (UIKit.IUIFocusEnvironment environment, UIKit.IUIFocusEnvironment otherEnvironment);
static member Contains : UIKit.IUIFocusEnvironment * UIKit.IUIFocusEnvironment -> bool

Parameters

environment
IUIFocusEnvironment

The possibly containing environment.

otherEnvironment
IUIFocusEnvironment

The possibly nested environment.

Returns

Attributes

Applies to