GetHashCode() public méthode

Gets the object's hash code.
public GetHashCode ( ) : int
Résultat int
 private static bool CameraClipFilter(BroadPhaseEntry test)
 {
     return (GameResources.ActorManager.CameraClippingSimObjects.Contains(test.GetHashCode()));
 }