Implements the !=.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public static bool operator !=(
Margin p1,
Margin p2
)
Public Shared Operator <> ( _
p1 As Margin, _
p2 As Margin _
) As Boolean
public:
static bool^ operator !=(
Margin^ p1,
Margin^ p2
)
Parameters
- p1
- Type: Margin
The p1.
- p2
- Type: Margin
The p2.
Return Value
The result of the operator.