比較オペレータ (等価)

Namespace: FVIL.GDI
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

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

Parameters

ope1
Type: FVIL.GDI..::..CFviDrawVisibleRect
左辺値
ope2
Type: FVIL.GDI..::..CFviDrawVisibleRect
右辺値

Return Value

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

See Also