다음을 통해 공유


Unit.Equals 메서드(Unit)

현재 단위가 지정된 단위와 같은지 여부를 나타냅니다.

네임스페이스: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

매개 변수

반환 값

형식: System.Boolean
항상 true를 반환합니다.

구현

IEquatable<T>. Equals(T)

참고 항목

참조

단위 구조

같음 오버로드

System.Reactive 네임스페이스