Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public static bool operator !=(
	AnchorMatching am1,
	AnchorMatching am2
)
Visual Basic
Public Shared Operator <> ( _
	am1 As AnchorMatching, _
	am2 As AnchorMatching _
) As Boolean

See Also