VatInfo.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(VatInfo) |
Determines whether the specified VatInfo is equal to the current VatInfo. |
Equals(Object) |
Determines whether the specified object is equal to the current VatInfo. |
Equals(VatInfo, VatInfo) |
Determines whether the specified VatInfo instances are equal. |
Equals(VatInfo)
Determines whether the specified VatInfo is equal to the current VatInfo.
public bool Equals (Microsoft.PointOfService.VatInfo vatInfo);
override this.Equals : Microsoft.PointOfService.VatInfo -> bool
Public Function Equals (vatInfo As VatInfo) As Boolean
Parameters
- vatInfo
- VatInfo
The VatInfo to be compared.
Returns
True if the specified VatInfo is equal to the current VatInfo; otherwise, false.
Applies to
Equals(Object)
Determines whether the specified object is equal to the current VatInfo.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
True if the specified object is equal to the current VatInfo; otherwise, false.
Applies to
Equals(VatInfo, VatInfo)
Determines whether the specified VatInfo instances are equal.
public static bool Equals (Microsoft.PointOfService.VatInfo a, Microsoft.PointOfService.VatInfo b);
static member Equals : Microsoft.PointOfService.VatInfo * Microsoft.PointOfService.VatInfo -> bool
Public Shared Function Equals (a As VatInfo, b As VatInfo) As Boolean
Parameters
- a
- VatInfo
The VatInfo to be compared with b.
- b
- VatInfo
The VatInfo to be compared with a.
Returns
True if a is equal to b; otherwise, false.