PhysicalEquality Operator |
Returns true if x and y are equal.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static bool operator ==(
Physical x,
Physical y
)
Public Shared Operator = (
x As Physical,
y As Physical
) As Boolean
public:
static bool operator ==(
Physical x,
Physical y
)
static let inline (=)
x : Physical *
y : Physical : bool
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object. - y
- Type: Imsl.MathPhysical
A Physical object.
Return Value
Type:
Boolean
A
bool value of
true if x and y are equal.
See Also