Click or drag to resize
PhysicalEquality Operator
Returns true if x and y are equal.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static bool operator ==(
	Physical x,
	Physical y
)

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