operator !=

operator !=(SerializableType, SerializableType)

public static bool operator !=(SerializableType x, SerializableType y) ;

Description

Determine whether they are not equal

Parameters

Parameter Name Description
x Target to determine whether they are not equal
y Target to determine whether they are not equal

Returns

Unequal or not