Determines if both ShortGuids do not have the same underlying Guid value.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static bool operator !=(
	ShortGuid x,
	ShortGuid y
)
Visual Basic
Public Shared Operator <> ( 
	x As ShortGuid,
	y As ShortGuid
) As Boolean
Visual C++
public:
static bool operator !=(
	ShortGuid x, 
	ShortGuid y
)
F#
static let inline (<>)
        x : ShortGuid * 
        y : ShortGuid  : bool

Return Value

Type: Boolean

See Also