VideoMode.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(VideoMode) |
Determines whether the specified VideoMode is equal to the current VideoMode. |
Equals(Object) |
Determines whether the specified object is equal to the current VideoMode. |
Equals(VideoMode, VideoMode) |
Determines whether the specified VideoMode instances are equal. |
Equals(VideoMode)
Determines whether the specified VideoMode is equal to the current VideoMode.
public bool Equals (Microsoft.PointOfService.VideoMode mode);
override this.Equals : Microsoft.PointOfService.VideoMode -> bool
Public Function Equals (mode As VideoMode) As Boolean
Parameters
- mode
- VideoMode
The Videomode to be compared to the current Videomode.
Returns
True if the specified VideoMode is equal to the current VideoMode; otherwise, false.
Applies to
Equals(Object)
Determines whether the specified object is equal to the current VideoMode.
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 VideoMode; otherwise, false.
Applies to
Equals(VideoMode, VideoMode)
Determines whether the specified VideoMode instances are equal.
public static bool Equals (Microsoft.PointOfService.VideoMode a, Microsoft.PointOfService.VideoMode b);
static member Equals : Microsoft.PointOfService.VideoMode * Microsoft.PointOfService.VideoMode -> bool
Public Shared Function Equals (a As VideoMode, b As VideoMode) As Boolean
Parameters
The first VideoMode to compare.
The second VideoMode to compare.
Returns
True if the two instances of VideoMode contain the same values; otherwise, false.