현재 단위가 지정된 단위와 같은지 여부를 나타냅니다.
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
구문
'Declaration
Public Function Equals ( _
other As Unit _
) As Boolean
'Usage
Dim instance As Unit
Dim other As Unit
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
Unit other
)
public:
virtual bool Equals(
Unit other
) sealed
abstract Equals :
other:Unit -> bool
override Equals :
other:Unit -> bool
public final function Equals(
other : Unit
) : boolean
매개 변수
- other
형식: System.Reactive.Unit
현재 단위와 같음을 검사 다른 단위입니다.
반환 값
형식: System.Boolean
항상 true를 반환합니다.