Selector.Inequality(Selector, Selector) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two Selector objects are different by comparing their native handles.
public static bool operator != (ObjCRuntime.Selector left, ObjCRuntime.Selector right);
static member op_Inequality : ObjCRuntime.Selector * ObjCRuntime.Selector -> bool
Parameters
- left
- Selector
First selector to compare.
- right
- Selector
Second selector to compare.