NamedKey<T>.Equals 메서드 (SfcKey)
Compares a name key to the key for value of equality.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Overrides Function Equals ( _
other As SfcKey _
) As Boolean
‘사용 방법
Dim instance As NamedKey
Dim other As SfcKey
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
SfcKey other
)
public:
virtual bool Equals(
SfcKey^ other
) override
abstract Equals :
other:SfcKey -> bool
override Equals :
other:SfcKey -> bool
public override function Equals(
other : SfcKey
) : boolean
매개 변수
- other
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
A key to compare.
반환 값
유형: System.Boolean
True if the keys are equal in value; otherwise, false.