VGRole check if both VGrole are NOT equals

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public static bool operator !=(
	VGRole a,
	VGRole b
)
Visual Basic
Public Shared Operator <> ( 
	a As VGRole,
	b As VGRole
) As Boolean

Return Value

Type: Boolean
Return true, if both are NOT same

See Also