Dart SDK
dart:core
identical
identical
Dart SDK
dart:core
identical
function
identical
Source
Dart SDK
dart:core
Constants
deprecated
override
proxy
Typedefs
Comparator
Functions
identical
identityHashCode
print
Classes
BidirectionalIterator
bool
Comparable
DateTime
Deprecated
double
Duration
Expando
Function
int
Invocation
Iterable
Iterator
List
Map
Match
Null
num
Object
Pattern
RegExp
RuneIterator
Runes
Set
Sink
StackTrace
Stopwatch
String
StringBuffer
StringSink
Symbol
Type
Uri
UriData
Exceptions
AbstractClassInstantiationError
ArgumentError
AssertionError
CastError
ConcurrentModificationError
CyclicInitializationError
Error
Exception
FallThroughError
FormatException
IndexError
IntegerDivisionByZeroException
NoSuchMethodError
NullThrownError
OutOfMemoryError
RangeError
StackOverflowError
StateError
TypeError
UnimplementedError
UnsupportedError
bool
identical
(
Object
a
,
Object
b
)
Check whether two references are to the same object.
Source
external bool identical(Object a, Object b);