ElectricFieldVectorComponents.Equality Operator |
Returns true if the two instances are exactly equal.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic static bool operator ==(
ElectricFieldVectorComponents left,
ElectricFieldVectorComponents right
)
Public Shared Operator = (
left As ElectricFieldVectorComponents,
right As ElectricFieldVectorComponents
) As Boolean
public:
static bool operator ==(
ElectricFieldVectorComponents left,
ElectricFieldVectorComponents right
)
static let inline (=)
left : ElectricFieldVectorComponents *
right : ElectricFieldVectorComponents : bool
Parameters
- left
- Type: AGI.Foundation.Communications.ElectricFieldVectorComponents
The instance to compare to right.
- right
- Type: AGI.Foundation.Communications.ElectricFieldVectorComponents
The instance to compare to left.
Return Value
Type:
Booleantrue if
left represents the same value as
right; otherwise
false.
See Also