DomainNameInequality Operator

Checks, whether two names are not identical (case sensitive)

Definition

Namespace: ARSoft.Tools.Net
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public static bool operator !=(
	DomainName? name1,
	DomainName? name2
)

Parameters

name1  DomainName
The first name
name2  DomainName
The second name

Return Value

Boolean
true, if the names are not identical

See Also