Objects.ToIdentityString(Object) 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.
{
[Android.Runtime.Register("toIdentityString", "(Ljava/lang/Object;)Ljava/lang/String;", "", ApiSince=36)]
public static string ToIdentityString(Java.Lang.Object o);
[<Android.Runtime.Register("toIdentityString", "(Ljava/lang/Object;)Ljava/lang/String;", "", ApiSince=36)>]
static member ToIdentityString : Java.Lang.Object -> string
Parameters
- o
- Object
an object
Returns
a string equivalent to the string returned by Object.toString
if that method and hashCode
are not
overridden}
- Attributes
Remarks
{
Added in 19.
Java documentation for java.util.Objects.toIdentityString(java.lang.Object)
.
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.