比較オペレータ (等価)

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public static bool operator ==(
	DBOX_T_PTR ope1,
	DBOX_T_PTR ope2
)
Visual Basic
Public Shared Operator = ( 
	ope1 As DBOX_T_PTR,
	ope2 As DBOX_T_PTR
) As Boolean

Parameters

ope1
Type: fvalgcli..::..DBOX_T_PTR
左辺値
ope2
Type: fvalgcli..::..DBOX_T_PTR
右辺値

Return Value

Type: Boolean
一致する場合は true、一致しない場合は false を返します。

See Also