Selector.Equals Method

Definition

Overloads

Equals(Selector)

Compares two selectors for equality.

Equals(Object)

Compares two objects for equality

Equals(Selector)

Compares two selectors for equality.

public bool Equals (ObjCRuntime.Selector right);
override this.Equals : ObjCRuntime.Selector -> bool

Parameters

right
Selector

The other selector to compare against.

Returns

True if the objects represent the same selector.

Implements

Applies to

Equals(Object)

Compares two objects for equality

public override bool Equals (object right);
override this.Equals : obj -> bool

Parameters

right
Object

The other object to compare against.

Returns

True if the objects represent the same object

Applies to