CaseStatement.Equals Method (Object)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Determines whether the specified obj, which must be a CaseStatement object, is equal to the current CaseStatement.
Equivalency is determined using the CaseValue and the body of code that the case executes.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| C# |
|---|
public override bool Equals( Object obj ) |
| Visual C++ |
|---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System.Object
The object to compare with the current Cases.
Return Value
true (True in Visual Basic) if the specified obj is equal to the current CaseStatement. Otherwise, false (False in Visual Basic).
Remarks
Overrides Object.Equals.