Atom.Equals Methods
Determines whether two Atom objects have the same value.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | Equals(System.Object obj) | Determines whether this instance and another specified Atom have the same value. |
Public method | Equals(Atom obj) | Determines whether this instance and another specified Atom have the same value. |
Equals(System.Object obj)
Determines whether this instance and another specified Atom have the same value.Syntax
public System.Boolean Equals (
System.Object obj
)
Parameters
obj
Type: System.Object
The object to compare this Atom with.
The object to compare this Atom with.
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Equals(Atom obj)
Determines whether this instance and another specified Atom have the same value.Syntax
public System.Boolean Equals (
Atom obj
)
Parameters
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
True if this instance and obj have the same value; otherwise, False.
Platforms
Windows, Linux, Android