TextUtils.RegionMatches Method

Definition

Overloads

RegionMatches(ICharSequence, Int32, ICharSequence, Int32, Int32)
RegionMatches(String, Int32, String, Int32, Int32)

RegionMatches(ICharSequence, Int32, ICharSequence, Int32, Int32)

[Android.Runtime.Register("regionMatches", "(Ljava/lang/CharSequence;ILjava/lang/CharSequence;II)Z", "")]
public static bool RegionMatches (Java.Lang.ICharSequence? one, int toffset, Java.Lang.ICharSequence? two, int ooffset, int len);
[<Android.Runtime.Register("regionMatches", "(Ljava/lang/CharSequence;ILjava/lang/CharSequence;II)Z", "")>]
static member RegionMatches : Java.Lang.ICharSequence * int * Java.Lang.ICharSequence * int * int -> bool

Parameters

toffset
Int32
ooffset
Int32
len
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

RegionMatches(String, Int32, String, Int32, Int32)

public static bool RegionMatches (string? one, int toffset, string? two, int ooffset, int len);
static member RegionMatches : string * int * string * int * int -> bool

Parameters

one
String
toffset
Int32
two
String
ooffset
Int32
len
Int32

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