Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,383 for

obj

(0.07 sec)
  1. Boolean.CompareTo Method (System) | Microsoft L...

    Compares this instance to a specified Object or Boolean Object and returns an integer that indicates their relationship to one another....several base types:{0}"; Object^ obj; // An Object used to insure...object to hide the String object. obj = j2; Show( "String: ", j1, j2...

    learn.microsoft.com/en-us/dotnet/api/system.boo...
  2. Equals | GroupDocs.Viewer for .NET API Reference

    Determines whether the current FileTypegroupdocs.viewer/filetype is the same as specified FileTypegroupdocs.viewer/filetype Object....Equals ( object obj ) Parameter Type Description obj Object The object...object. Return Value true if obj parameter is FileType and is...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  3. PushMessageData - Web APIs | MDN

    Learn about the PushMessageData interface, including its properties and methods, code examples, specifications, and browser compatibility....(event) => { const obj = event.data.json(); if (obj.action === "subscribe"..."subscribe" || obj.action === "unsubscribe") { fireNotification(obj, event);...

    developer.mozilla.org/en-US/docs/Web/API/PushMe...
  4. PageInfo | GroupDocs.Annotation for Java API Re...

    Represents Document Page Information....lines information equals(Object obj) equals(PageInfo obj1, PageInfo...equals(Object obj) public boolean equals(Object obj) Parameters:...

    reference.groupdocs.com/annotation/java/com.gro...
  5. GroupDocs.Metadata-for-.NET/.gitignore at maste...

    GroupDocs.Metadata for .NET examples, plugins and showcase projects - GroupDocs.Metadata-for-.NET/.gitignore at master · groupdocs-metadata/GroupDocs.Metadata-for-.NET...CSharp/obj/ Examples/Resources/GroupDocs...Metadata.Examples.CSharp.Framework/obj/ Examples/GroupDocs.Metadata...

    github.com/groupdocs-metadata/GroupDocs.Metadat...
  6. eval() - JavaScript | MDN

    The eval() function evaluates JavaScript code represented as a string and returns its completion value. The source is parsed as a script....member access const obj = { eval }; obj.eval("x + y"); Indirect...function looseJsonParse(obj) { return eval(`(${obj})`); } console.l...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. WiFi | GroupDocs.Signature for Java API Reference

    Represents WiFi network connection details.... equals(Object obj) Overwrites Equals method to...equals(Object obj) public boolean equals(Object obj) Overwrites...

    reference.groupdocs.com/signature/java/com.grou...
  8. Object Class (System) | Microsoft Learn

    Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy....ComVisible(true)] public class Object type obj = class [<System.Runtime.InteropServices...[<System.Serializable>] type obj = class [<System.Runtime.InteropServices...

    learn.microsoft.com/en-us/dotnet/api/system.object
  9. Enumeration - GroupDocs.Conversion for Java - A...

    All Classes Packages com.groupdocs.conversion com.groupdocs.conversion.caching com.groupdocs.conversion.contracts com......Description int compareTo ( Object obj) Compares current object to other...equal. boolean equals ( Object obj) Determines whether two object...

    apireference.groupdocs.com/conversion/java/com....
  10. IComparable Interface (System) | Microsoft Learn

    Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances....Object^ obj ) { if (obj == nullptr) return 1; if ( obj->GetType()...= dynamic_cast<Temperature^>(obj); return m_value.CompareTo( temp->m_value...

    learn.microsoft.com/en-us/dotnet/api/system.ico...