比較オペレータ (等価)

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

Syntax

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

Parameters

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

Return Value

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

See Also