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