Entry.Inequality Operator

Check inequality of two Entry objects.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool operator !=(
	Entry c1,
	Entry c2
)

Parameters

c1  Entry
First instance of the Entry to check.
c2  Entry
Second instance of the Entry to check.

Return Value

Boolean
true if two Entry objects are not equal, false otherwise.

See Also