Atom.Operator != Method
Determines whether two specified Atom objects have different values.
Thread safety: This method is thread-safe.
operator !=(Atom x, Atom y)
Determines whether two specified Atom objects have different values.Syntax
public static System.Boolean operator != (
Atom x,
Atom y
)
Parameters
x
Type: Atom
The first object.
The first object.
y
Type: Atom
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have different values; otherwise, False.
True if x and y have different values; otherwise, False.
Platforms
Windows, Linux, Android