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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.