public static bool operator !=(
ConsoleRectangle left,
ConsoleRectangle right
)
Public Shared Operator <> (
left As ConsoleRectangle,
right As ConsoleRectangle
) As Boolean
Dim left As ConsoleRectangle
Dim right As ConsoleRectangle
Dim returnValue As Boolean
returnValue = (left <> right)
public:
static bool operator !=(
ConsoleRectangle left,
ConsoleRectangle right
)
static let inline (<>)
left : ConsoleRectangle *
right : ConsoleRectangle : bool
No code example is currently available or this language may not be supported.