operator !=

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

Determine whether they are not equal

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

Unequal or not