Click or drag to resize
BroccoliSharp BroField Operators and Type Conversions

The BroField type exposes the following members.

Operators
  Name Description
Public operator Static member Equality
Equality operator for BroField.
Public operator Static member (Boolean to BroField)
Implicitly converts Boolean value to a BroField.
Public operator Static member (DateTime to BroField)
Implicitly converts DateTime value to a BroField.
Public operator Static member (IPAddress to BroField)
Implicitly converts IPAddress value to a BroField.
Public operator Static member (String to BroField)
Implicitly converts String value to a BroField.
Public operator Static member (BroAddress to BroField)
Implicitly converts BroAddress value to a BroField.
Public operator Static member (BroPacket to BroField)
Implicitly converts BroPacket value to a BroField.
Public operator Static member (BroPort to BroField)
Implicitly converts BroPort value to a BroField.
Public operator Static member (BroRecord to BroField)
Implicitly converts BroRecord value to a BroField.
Public operator Static member (BroSet to BroField)
Implicitly converts BroSet value to a BroField.
Public operator Static member (BroString to BroField)
Implicitly converts BroString value to a BroField.
Public operator Static member (BroSubnet to BroField)
Implicitly converts BroSubnet value to a BroField.
Public operator Static member (BroTable to BroField)
Implicitly converts BroTable value to a BroField.
Public operator Static member (BroTime to BroField)
Implicitly converts BroTime value to a BroField.
Public operator Static member (BroVector to BroField)
Implicitly converts BroVector value to a BroField.
Public operator Static member Inequality
Inequality operator for BroField.
Top
See Also