IPNetwork.Inequality(IPNetwork, IPNetwork) Operator

Definition

Determines whether the specified instances of IPNetwork are not equal.

C#
public static bool operator !=(System.Net.IPNetwork left, System.Net.IPNetwork right);

Parameters

left
IPNetwork

The first object to compare.

right
IPNetwork

The second object to compare.

Returns

true if the networks are not equal; otherwise false.

Applies to

Product Versions
.NET 8, 9