PhysicalEquals Method (Physical, Physical) |
Returns true if x and y are equal.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static bool Equals(
Physical x,
Physical y
)
Public Shared Function Equals (
x As Physical,
y As Physical
) As Boolean
public:
static bool Equals(
Physical x,
Physical y
)
static member Equals :
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