Click or drag to resize
XDL

XDMBandIsEqual Method

입력 밴드 인스턴스와 동일한지를 검사한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool IsEqual(
	XDMBand band
)

Parameters

band  XDMBand
비교 밴드

Return Value

Boolean
원본 인스턴스가 같으면 true를, 아니면 false를 반환한다.
See Also