android.widget.CursorAdapter.hasStableIds C# (CSharp) Method

hasStableIds() public method

public hasStableIds ( ) : bool
return bool
        public override bool hasStableIds()
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.widget.CursorAdapter.staticClass, "hasStableIds", "()Z", ref global::android.widget.CursorAdapter._m6);
        }