ISpliterator.HasCharacteristics(Int32) 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.
Returns true
if this Spliterator's #characteristics
contain all of the given characteristics.
[Android.Runtime.Register("hasCharacteristics", "(I)Z", "GetHasCharacteristics_IHandler:Java.Util.ISpliterator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual bool HasCharacteristics (int characteristics);
[<Android.Runtime.Register("hasCharacteristics", "(I)Z", "GetHasCharacteristics_IHandler:Java.Util.ISpliterator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member HasCharacteristics : int -> bool
override this.HasCharacteristics : int -> bool
Parameters
- characteristics
- Int32
the characteristics to check for
Returns
true
if all the specified characteristics are present,
else false
- Attributes
Remarks
Returns true
if this Spliterator's #characteristics
contain all of the given characteristics.
Java documentation for java.util.Spliterator.hasCharacteristics(int)
.
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.