PathF.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(Object) | |
Equals(Object, Single) |
Equals(Object)
Equals(Object, Single)
- Source:
- PathF.cs
- Source:
- PathF.cs
public:
bool Equals(System::Object ^ obj, float epsilon);
public bool Equals (object obj, float epsilon);
override this.Equals : obj * single -> bool
Public Function Equals (obj As Object, epsilon As Single) As Boolean
Parameters
- obj
- Object
- epsilon
- Single
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.