Check if the id of the both VGGroup is different

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

Syntax

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

Return Value

Type: Boolean
Return true if the id of groups are different

See Also