Persistate API documentation
Inequality Operator
NamespacesPersistateReferenceInequality(Reference, Reference)

[This is preliminary documentation and is subject to change.]

Defines the inequality operator for References.
Declaration Syntax
C#
public static bool operator !=(
	Reference x,
	Reference y
)
Parameters
x (Reference)
The first Reference to compare.
y (Reference)
The second Reference to compare.
Return Value
True if the two References refer to different objects, otherwise false.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)