インスタンスの比較(不等価)

Namespace: FVIL
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public static bool operator !=(
	CFviTimeCounter ope1,
	CFviTimeCounter ope2
)
Visual Basic
Public Shared Operator <> ( 
	ope1 As CFviTimeCounter,
	ope2 As CFviTimeCounter
) As Boolean

Parameters

ope1
Type: FVIL..::..CFviTimeCounter
比較対象のインスタンス(左辺値)
ope2
Type: FVIL..::..CFviTimeCounter
比較対象のインスタンス(右辺値)

Return Value

Type: Boolean
引数に指定された2つのインスタンスを比較します。

同一のインスタンスの場合、または両方 null の場合には true を返します。 異なる場合、または何れか一方が null の場合は false を返します。

See Also