Operator operator !=
operator !=(Intrinsics, Intrinsics)
Indicates whether two Intrinsics structures are different.
public static bool operator !=(Intrinsics left, Intrinsics right)
Parameters
left
IntrinsicsThe Intrinsics structure on the left-hand side of the inequality operator.
right
IntrinsicsThe Intrinsics structure on the right-hand side of the inequality operator.