UnicodeSet.Contains Method
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.
Overloads
Contains(String) | |
Contains(ICharSequence) | |
Contains(Int32) | |
Contains(Int32, Int32) |
Contains(String)
public bool Contains (string? s);
override this.Contains : string -> bool
Parameters
- s
- String
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Contains(ICharSequence)
[Android.Runtime.Register("contains", "(Ljava/lang/CharSequence;)Z", "", ApiSince=24)]
public bool Contains (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("contains", "(Ljava/lang/CharSequence;)Z", "", ApiSince=24)>]
override this.Contains : Java.Lang.ICharSequence -> bool
Parameters
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Contains(Int32)
[Android.Runtime.Register("contains", "(I)Z", "GetContains_IHandler", ApiSince=24)]
public override bool Contains (int c);
[<Android.Runtime.Register("contains", "(I)Z", "GetContains_IHandler", ApiSince=24)>]
override this.Contains : int -> bool
Parameters
- c
- Int32
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Contains(Int32, Int32)
[Android.Runtime.Register("contains", "(II)Z", "GetContains_IIHandler", ApiSince=24)]
public virtual bool Contains (int start, int end);
[<Android.Runtime.Register("contains", "(II)Z", "GetContains_IIHandler", ApiSince=24)>]
override this.Contains : int * int -> bool
Parameters
- start
- Int32
- end
- Int32
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.